Commit 3b00dc32 authored by Jason Madden's avatar Jason Madden

We need to upload OSX wheels earlier.

parent 2a28101c
......@@ -133,12 +133,6 @@ after_success:
- python -m coverage combine || true
- python -m coverage report -i || true
- python -m coveralls || true
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
if [[ $TRAVIS_TAG ]]; then
twine upload --skip-existing dist/*
fi
fi
- |
if [[ -n "$DOCKER_IMAGE" ]]; then
ls -l wheelhouse
......@@ -188,6 +182,7 @@ jobs:
- twine check dist/*
- pip uninstall -y gevent
- pip install -U --no-compile `ls dist/*whl`[test]
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then if [[ $TRAVIS_TAG ]]; then twine upload --skip-existing dist/*; fi; fi;
script: ccache -s
before_script: true
after_success: true
......
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