Skip to content

Commit 1d3281b

Browse files
committed
Do use preconfigured test pypi URL
1 parent 34f008e commit 1d3281b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
# pypa/gh-action-pypi-publish@master does not work on OSX
227227
# Alpha, Beta and dev releases contain a - in the tag.
228228
if: contains(github.ref, '-') && startsWith(github.ref, 'refs/tags')
229-
run: twine upload --skip-existing --repository-url https://test.pypi.org/legacy/ dist/*
229+
run: twine upload --skip-existing -r testpypi dist/*
230230
env:
231231
TWINE_USERNAME: __token__
232232
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)