diff --git a/.travis.yml b/.travis.yml index 3046d3ad..125eed4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ after_success: if [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then python3 -m pip install twine python3 -m twine upload --verbose --skip-existing --repository-url https://test.pypi.org/legacy/ dist/* - if [[ $TRAVIS_TAG ]]; then python3 -m twine upload --verbose dist/*; fi + if [[ $TRAVIS_TAG ]]; then python3 -m twine upload --verbose --skip-existing dist/*; fi fi notifications: