Skip to content

Commit

Permalink
Fix cibuildwheel test being ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
PerretB committed May 26, 2019
1 parent 7e2c3f9 commit 6113ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ script:
ctest -V;
else
cibuildwheel --output-dir wheelhouse;
python -m pip install twine;
fi
- if [ -n "$BUILD_WHEEL" -a -n "$TRAVIS_TAG" ]; then
python -m pip install twine &&
python -m twine upload wheelhouse/*.whl || true;
fi

0 comments on commit 6113ddc

Please sign in to comment.