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 f32c252 commit 126601bCopy full SHA for 126601b
.github/workflows/pypiPublishProd.yml
@@ -30,4 +30,4 @@ jobs:
30
31
run: |
32
python setup.py sdist bdist_wheel
33
- twine upload dist/*
+ twine upload --repository-url https://test.pypi.org/legacy/ dist/*
0 commit comments