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 65ca591 commit 8cd669fCopy full SHA for 8cd669f
.github/workflows/python-publish.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build and publish
25
env:
26
TWINE_USERNAME: __token__
27
- TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
28
run: |
29
python setup.py sdist bdist_wheel
30
twine upload dist/*
0 commit comments