Skip to content

Commit

Permalink
Merge pull request #64 from zopefoundation/manylinux27
Browse files Browse the repository at this point in the history
remove build files in manylinux builds
  • Loading branch information
fgregg committed Apr 23, 2017
2 parents 98b98ef + ebf50e5 commit 30c4692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .manylinux-install.sh
Expand Up @@ -11,6 +11,7 @@ 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
fi
done

Expand Down

0 comments on commit 30c4692

Please sign in to comment.