summaryrefslogtreecommitdiff
path: root/.travis/run.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/run.sh')
-rwxr-xr-x.travis/run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis/run.sh b/.travis/run.sh
index 6fa6b73..c3fa89c 100755
--- a/.travis/run.sh
+++ b/.travis/run.sh
@@ -17,6 +17,10 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
python setup.py bdist_wheel
fi
+if [[ $BUILD_WHEEL == 'true' ]]; then
+ cibuildwheel --output-dir dist
+fi
+
if [[ $BUILD_SDIST == 'true' ]]; then
python setup.py sdist
fi