Skip to content

Commit f0119d6

Browse files
authored
Update TWINE_PASSWORD secret for PyPI publishing
1 parent 95dfdf3 commit f0119d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if: ${{ github.event_name == 'push' }}
5252
env:
5353
TWINE_USERNAME: __token__
54-
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
54+
TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}
5555
run: |
5656
python -m build
5757
ls dist/

0 commit comments

Comments
 (0)