We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b91b0 commit 6164ba8Copy full SHA for 6164ba8
.github/workflows/pypi.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build and publish
26
env:
27
TWINE_USERNAME: __token__
28
- TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD_TOKEN }}
+ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
29
run: |
30
python setup.py bdist_wheel
31
twine upload dist/*
0 commit comments