We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e292509 commit 1bf25f1Copy full SHA for 1bf25f1
1 file changed
.github/workflows/release.yml
@@ -22,6 +22,5 @@ jobs:
22
python setup.py bdist_wheel --universal
23
- name: Publish
24
env:
25
- TWINE_USERNAME: ${{ secrets.PYPI_USER_BNZK }}
26
- TWINE_PASSWORD: ${{ secrets.PYPI_PW_BNZK }}
27
- run: twine upload dist/*
+ PYPI_UPLOAD_TOKEN: ${{ secrets.PYPI_UPLOAD_TOKEN }}
+ run: twine upload --user __token__ --password $PYPI_UPLOAD_TOKEN dist/*
0 commit comments