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

upload only once

parent f1e82dd2
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@ python compile_definitions.py
python setup.py bdist bdist_wheel
if [ $TRAVIS_BRANCH == "master" ]; then
pip install wheel twine
twine upload -u $PYPI_USER -p $PYPI_PWD dist/*
if [ $TRAVIS_PYTHON_VERSION == "2.7" ]; then
pip install wheel twine
twine upload -u $PYPI_USER -p $PYPI_PWD dist/*
fi
fi
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