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 33d071d commit dd685a7Copy full SHA for dd685a7
.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 dist/*
+ twine upload -r testpypi dist/*
0 commit comments