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 37d1aa0 commit d8e0903Copy full SHA for d8e0903
.github/workflows/pythonpublish.yml
@@ -24,8 +24,8 @@ jobs:
24
pip install setuptools wheel twine
25
- name: Build and publish
26
env:
27
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
28
- TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ TWINE_USERNAME: '__token__'
+ TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
29
run: |
30
python setup.py sdist bdist_wheel
31
twine upload dist/*
0 commit comments