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 34f008e commit 1d3281bCopy full SHA for 1d3281b
.github/workflows/ci.yml
@@ -226,7 +226,7 @@ jobs:
226
# pypa/gh-action-pypi-publish@master does not work on OSX
227
# Alpha, Beta and dev releases contain a - in the tag.
228
if: contains(github.ref, '-') && startsWith(github.ref, 'refs/tags')
229
- run: twine upload --skip-existing --repository-url https://test.pypi.org/legacy/ dist/*
+ run: twine upload --skip-existing -r testpypi dist/*
230
env:
231
TWINE_USERNAME: __token__
232
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
0 commit comments