Skip to content

Commit

Permalink
build-wheels.sh: update pip and wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
jfolz committed Jan 6, 2020
1 parent e483f10 commit 5226676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ 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 5226676

Please sign in to comment.