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 452cd69 commit e7f24dfCopy full SHA for e7f24df
.github/workflows/python-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
pip install setuptools wheel twine
22
- name: Build and publish
23
env:
24
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
+ TWINE_USERNAME: __token__
25
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
26
run: |
27
python setup.py sdist bdist_wheel
0 commit comments