Skip to content

Commit

Permalink
Merge pull request #90 from PerretB/fix_cibuildwheel_test
Browse files Browse the repository at this point in the history
Fix cibuildwheel test being ignored
  • Loading branch information
PerretB committed May 26, 2019
2 parents 7e2c3f9 + 6113ddc commit 91726ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
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 91726ad

Please sign in to comment.