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 fd0fa74 commit cb826beCopy full SHA for cb826be
.travis.yml
@@ -96,4 +96,4 @@ script:
96
after_success:
97
# Upload wheels to pypi
98
- pip install twine
99
- - if [ -n "TRAVIS_TAG" ]; then twine -u ${USER} -p ${PASS} -r pypitest ${TRAVIS_BUILD_DIR}/wheelhouse/* else echo "Tag not set, deployment skipped." fi
+ - if [ -n "TRAVIS_TAG" ]; then twine -u ${USER} -p ${PASS} -r pypitest ${TRAVIS_BUILD_DIR}/wheelhouse/*; else echo "Tag not set, deployment skipped."; fi
0 commit comments