Skip to content
Snippets Groups Projects
Commit 2690345d authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

automatic build will occur only on submitted tags

parent 5d24e635
No related branches found
Tags v2.14_b2
No related merge requests found
......@@ -3,7 +3,7 @@
set -x
set -e
if [ $TRAVIS_BRANCH == "master" ]; then
if [ ! -z "$TRAVIS_TAG" ]; then
pip install wheel twine
python setup.py bdist bdist_wheel
twine upload -u $PYPI_USER -p $PYPI_PWD dist/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment