File tree 3 files changed +15
-0
lines changed 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -604,6 +604,11 @@ jobs:
604
604
path : installers
605
605
merge-multiple : true
606
606
607
+ # Publish wheels to PyPI using Trusted Publishers.
608
+ # https://docs.pypi.org/trusted-publishers/using-a-publisher/
609
+ # This job needs to run from within the pypi-ddev environment. PyPi validates the
610
+ # workflow file name, environment and repository the request is comming from to
611
+ # provide the valid JWT token.
607
612
- name : Push Python artifacts to PyPI
608
613
uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
609
614
with :
Original file line number Diff line number Diff line change 38
38
- name : Build base package
39
39
run : ddev release build datadog_checks_base
40
40
41
+ # Publish wheels to PyPI using Trusted Publishers.
42
+ # https://docs.pypi.org/trusted-publishers/using-a-publisher/
43
+ # This job needs to run from within the pypi-datadog-checks-base environment. PyPi
44
+ # validates the workflow file name, environment and repository the request is
45
+ # comming from to provide the valid JWT token.
41
46
- name : Release base package to PyPI
42
47
uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
43
48
with :
Original file line number Diff line number Diff line change 38
38
- name : Build dev package
39
39
run : ddev release build datadog_checks_dev
40
40
41
+ # Publish wheels to PyPI using Trusted Publishers.
42
+ # https://docs.pypi.org/trusted-publishers/using-a-publisher/
43
+ # This job needs to run from within the pypi-datadog-checks-dev environment. PyPi
44
+ # validates the workflow file name, environment and repository the request is
45
+ # comming from to provide the valid JWT token.
41
46
- name : Release dev package to PyPI
42
47
uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
43
48
with :
You can’t perform that action at this time.
0 commit comments