Skip to content

Commit

Permalink
TRAVIS: allow present releases on PyPI, so we can handle deploy crash…
Browse files Browse the repository at this point in the history
…es by travis
  • Loading branch information
MuellerSeb committed Mar 20, 2020
1 parent 040f17a commit c811724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c811724

Please sign in to comment.