We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b70059 commit ce4712dCopy full SHA for ce4712d
1 file changed
.github/workflows/python-publish.yml
@@ -26,8 +26,8 @@ jobs:
26
pip install setuptools wheel twine
27
- name: Build and publish
28
env:
29
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
30
- TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ TWINE_USERNAME: __token__
+ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
31
run: |
32
python setup.py sdist bdist_wheel
33
twine upload dist/*
0 commit comments