Skip to content

Commit

Permalink
don't update wheel, it breaks auditwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
jfolz committed Jan 6, 2020
1 parent 5226676 commit 4916e3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ rm -r /opt/python/cp34*

# Compile wheels
for PYBIN in /opt/python/*/bin; do
"${PYBIN}/pip" install -U pip wheel --no-warn-script-location
"${PYBIN}/pip" install -r build-requirements.txt
"${PYBIN}/pip" wheel . -w wheelhouse/ --no-deps
"${PYBIN}/pip" install .
Expand Down

0 comments on commit 4916e3d

Please sign in to comment.