We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb8ac8 commit b008ec7Copy full SHA for b008ec7
1 file changed
.github/workflows/python-publish.yml
@@ -24,7 +24,7 @@ jobs:
24
pip install setuptools wheel twine
25
- name: Build and publish
26
env:
27
- TWINE_USERNAME: ${{ __token__ }}
+ TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
28
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
29
run: |
30
python setup.py sdist bdist_wheel
0 commit comments