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