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 3e5b513 commit 5d9220bCopy full SHA for 5d9220b
.github/workflows/python-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
pip install -U setuptools wheel twine
31
- name: Build and publish
32
env:
33
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
+ TWINE_USERNAME: __token__
34
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
35
run: |
36
python setup.py sdist bdist_wheel
0 commit comments