Skip to content

Commit

Permalink
Remove unrepaired wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Apr 28, 2020
1 parent 1cf9600 commit 434c2aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ if [ ! -e /io/wheelhouse/JPype1-$VER-$PY-linux_$PLAT.whl ]; then
"${PYBIN}/pip" wheel /io/JPype1-$VER.tar.gz --no-index -w /io/wheelhouse
fi
auditwheel repair /io/wheelhouse/JPype1-$VER-$PY-linux_$PLAT.whl -w /io/wheelhouse
rm /io/wheelhouse/JPype1-$VER-$PY-linux_$PLAT.whl

0 comments on commit 434c2aa

Please sign in to comment.