Skip to content

Commit a774cca

Browse files
committed
fix wheel building script for Linux
1 parent 7145c70 commit a774cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ for whl in /tmp/wheelhouse/bencoder*.whl; do
1414
auditwheel repair $whl -w /io/wheelhouse/
1515
done
1616

17-
cp /tmp/wheelhouse/ordereddict* /io/wheelhouse
17+
cp /tmp/wheelhouse/ordereddict* /io/wheelhouse || true
1818

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

0 commit comments

Comments
 (0)