We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f3e64 commit 341f1dcCopy full SHA for 341f1dc
.github/workflows/python-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build and publish
26
env:
27
TWINE_USERNAME: __token__
28
- TWINE_PASSWORD: ${{ PYPI }}
+ TWINE_PASSWORD: ${{ secrets.PYPI }}
29
run: |
30
python setup.py sdist bdist_wheel
31
twine upload dist/*
0 commit comments