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

build on master

parent 2690345d
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
set -x set -x
set -e set -e
if [ ! -z "$TRAVIS_TAG" ]; then if [ $TRAVIS_BRANCH == "master" ]; then
pip install wheel twine pip install wheel twine
python setup.py bdist bdist_wheel python setup.py bdist bdist_wheel
twine upload -u $PYPI_USER -p $PYPI_PWD dist/* 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