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 3076f4e commit 9bea915Copy full SHA for 9bea915
.github/workflows/python-publish.yml
@@ -24,8 +24,8 @@ jobs:
24
pip install setuptools wheel twine
25
- name: Build and publish
26
env:
27
- TWINE_USERNAME: ${{ "__token__" }}
28
- TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
+ TWINE_USERNAME: "__token__"
+ TWINE_PASSWORD: ${{ secrets.PYNITE }}
29
run: |
30
python setup.py sdist bdist_wheel
31
- twine upload dist/*
+ twine upload --verbose dist/*
0 commit comments