We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74bc0c2 commit 6eb2f8cCopy full SHA for 6eb2f8c
.github/workflows/publish.yml
@@ -59,7 +59,7 @@ jobs:
59
if: github.event_name == 'release' || github.event.inputs.version != ''
60
env:
61
TWINE_USERNAME: __token__
62
- TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
+ TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
63
run: |
64
twine upload dist/* --skip-existing
65
echo "✅ Published to PyPI"
0 commit comments