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 dd685a7 commit 3c29b59Copy full SHA for 3c29b59
.github/workflows/python-publish.yml
@@ -35,4 +35,4 @@ jobs:
35
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
36
run: |
37
python setup.py sdist bdist_wheel
38
- twine upload -r testpypi dist/*
+ twine upload dist/*
0 commit comments