diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh index 90470a56ca..1f8bc5f87b 100755 --- a/.ci/linux-build.sh +++ b/.ci/linux-build.sh @@ -11,5 +11,6 @@ for PYBIN in /opt/python/*/bin; do echo "=========================================================" echo $PYBIN echo "=========================================================" + "${PYBIN}/pip" install scikit-build "${PYBIN}/python" setup.py bdist_wheel -p $PLAT done diff --git a/VERSION_INFO b/VERSION_INFO index 845639eef2..9faa1b7a73 100644 --- a/VERSION_INFO +++ b/VERSION_INFO @@ -1 +1 @@ -0.1.4 +0.1.5