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 dae80ad commit ff2d30aCopy full SHA for ff2d30a
.github/workflows/publish.yml
@@ -27,8 +27,8 @@ jobs:
27
pip install setuptools wheel twine
28
- name: Build and publish
29
env:
30
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
31
- TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ TWINE_USERNAME: __token__
+ TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
32
run: |
33
python setup.py sdist bdist_wheel
34
twine upload dist/*
0 commit comments