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 c2f121b commit 1277cd5Copy full SHA for 1277cd5
.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: __token__
28
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
29
run: |
30
python setup.py sdist bdist_wheel
0 commit comments