Skip to content

Commit fa577b0

Browse files
committed
[CI] Authorized publisher approach for pypi global
1 parent a6e47e9 commit fa577b0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish_wheels.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ jobs:
139139
repository-url: https://test.pypi.org/legacy/
140140
packages-dir: dist_filtered/
141141

142+
# Then to Pypi
143+
- name: Publish to PyPi
144+
uses: pypa/gh-action-pypi-publish@release/v1
145+
with:
146+
packages-dir: dist_filtered/
147+
142148
# If TestPyPI deployment succeeds, deploy to PyPI
143149
#- name: Publish to PyPI
144150
# uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)