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 315ad82 commit 3303d9dCopy full SHA for 3303d9d
.github/workflows/build-python-package.yml
@@ -99,4 +99,4 @@ jobs:
99
env:
100
TWINE_USERNAME: __token__
101
TWINE_PASSWORD: ${{ secrets.pypi_password }}
102
- run: twine upload dist/*
+ run: twine upload --verbose --repository-url https://test.pypi.org/legacy/ dist/*
0 commit comments