Skip to content

Commit

Permalink
Try to fix manylinux1 deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Sep 26, 2019
1 parent fe17e09 commit 23942b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ci/linux-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion VERSION_INFO
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.1.5

0 comments on commit 23942b7

Please sign in to comment.