Skip to content

Commit c811724

Browse files
committed
TRAVIS: allow present releases on PyPI, so we can handle deploy crashes by travis
1 parent 040f17a commit c811724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ after_success:
3030
if [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
3131
python3 -m pip install twine
3232
python3 -m twine upload --verbose --skip-existing --repository-url https://test.pypi.org/legacy/ dist/*
33-
if [[ $TRAVIS_TAG ]]; then python3 -m twine upload --verbose dist/*; fi
33+
if [[ $TRAVIS_TAG ]]; then python3 -m twine upload --verbose --skip-existing dist/*; fi
3434
fi
3535
3636
notifications:

0 commit comments

Comments
 (0)