Skip to content

Commit

Permalink
Merge branch 'master' into manylinux27
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Apr 23, 2017
2 parents 343f6ce + a4c47fe commit 8b4c265
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .manylinux-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ for PYBIN in /opt/python/*/bin; do
[[ "${PYBIN}" == *"cp36"* ]]; then
"${PYBIN}/pip" install -e /io/
"${PYBIN}/pip" wheel /io/ -w wheelhouse/
rm -rf /io/build /io/*.egg-info
rm -rf /io/build /io/*.egg-info
fi
done

# Bundle external shared libraries into the wheels
for whl in wheelhouse/zope.index*.whl; do
auditwheel repair "$whl" -w /io/wheelhouse/
done

done

0 comments on commit 8b4c265

Please sign in to comment.