diff --git a/.travis.yml b/.travis.yml index aa9f8b1..4956e10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,5 +81,5 @@ jobs: - pwd - ls - python setup.py sdist - - if [ -n "$TRAVIS_TAG" ]; then twine upload --repository-url "https://test.pypi.org/legacy/" dist/*; else echo "package _not_ uploaded to testpypi"; fi - - if [ "$TRAVIS_BRANCH" = "master" -a -n "$TRAVIS_TAG" ]; then twine upload dist/*; else echo "package _not_ uploaded to pypi"; fi \ No newline at end of file +# - if [ -n "$TRAVIS_TAG" ]; then twine upload --repository-url "https://test.pypi.org/legacy/" dist/*; else echo "package _not_ uploaded to testpypi"; fi + - if [ -n "$TRAVIS_TAG" ]; then twine upload dist/*; else echo "package _not_ uploaded to pypi"; fi \ No newline at end of file