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 966e23b commit d271ca5Copy full SHA for d271ca5
.github/workflows/python-test-publish.yml
@@ -34,4 +34,4 @@ jobs:
34
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
35
run: |
36
python setup.py sdist bdist_wheel
37
- twine upload dist/*
+ twine upload --repository testpypi dist/*
0 commit comments