Skip to content

Commit 47b3026

Browse files
committed
Use trusted publishing for auth to PyPI
1 parent 881b192 commit 47b3026

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
name: Python Packages
2929
path: dist
3030

31-
- name: Publish to PyPI
32-
uses: pypa/gh-action-pypi-publish@master
31+
- name: Publish to PyPi
32+
uses: pypa/gh-action-pypi-publish@release/v1
3333
with:
34-
user: __token__
35-
password: ${{ secrets.pypi_production_token }}
34+
print-hash: true

0 commit comments

Comments
 (0)