Commit 24d80d27 authored by Forest Gregg's avatar Forest Gregg

remove sdist build from travis

parent bc033680
......@@ -41,7 +41,6 @@ after_success:
- echo username=USER >> ~/.pypirc
- echo password=$PYPIPASSWORD >> ~/.pypirc
- if [[ $TRAVIS_TAG && "$TRAVIS_OS_NAME" == "osx" ]]; then python setup.py bdist_wheel upload; fi
- if [[ $TRAVIS_TAG && "$TRAVIS_OS_NAME" == "linux" ]]; then python setup.py sdist upload; fi
env:
global:
- secure: encrypted_PYPIPASSWORD
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment