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 040f17a commit c811724Copy full SHA for c811724
.travis.yml
@@ -30,7 +30,7 @@ after_success:
30
if [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
31
python3 -m pip install twine
32
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
+ if [[ $TRAVIS_TAG ]]; then python3 -m twine upload --verbose --skip-existing dist/*; fi
34
fi
35
36
notifications:
0 commit comments