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 dba38da commit 7e59595Copy full SHA for 7e59595
.github/workflows/python-publish.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