Skip to content

Commit 6eb2f8c

Browse files
committed
fix: Use correct secret name PYPI_TOKEN in workflow
1 parent 74bc0c2 commit 6eb2f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: github.event_name == 'release' || github.event.inputs.version != ''
6060
env:
6161
TWINE_USERNAME: __token__
62-
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
62+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
6363
run: |
6464
twine upload dist/* --skip-existing
6565
echo "✅ Published to PyPI"

0 commit comments

Comments
 (0)