Skip to content

Commit

Permalink
fix wheel building script for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
whtsky committed Feb 11, 2018
1 parent 7145c70 commit a774cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ for whl in /tmp/wheelhouse/bencoder*.whl; do
auditwheel repair $whl -w /io/wheelhouse/
done

cp /tmp/wheelhouse/ordereddict* /io/wheelhouse
cp /tmp/wheelhouse/ordereddict* /io/wheelhouse || true

# Install packages and test again
for PYBIN in /opt/python/*/bin/; do
Expand Down

0 comments on commit a774cca

Please sign in to comment.