Skip to content

Commit 4730808

Browse files
committed
Fix PyPI workflow: Use correct secret name PYPI_TOKEN
1 parent 65cfa5a commit 4730808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Publish to PyPI
6161
env:
6262
TWINE_USERNAME: __token__
63-
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
63+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
6464
run: twine upload dist/*
6565

6666
- name: Verify publication

0 commit comments

Comments
 (0)