We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7145c70 commit a774ccaCopy full SHA for a774cca
ci/build-wheels.sh
@@ -14,7 +14,7 @@ for whl in /tmp/wheelhouse/bencoder*.whl; do
14
auditwheel repair $whl -w /io/wheelhouse/
15
done
16
17
-cp /tmp/wheelhouse/ordereddict* /io/wheelhouse
+cp /tmp/wheelhouse/ordereddict* /io/wheelhouse || true
18
19
# Install packages and test again
20
for PYBIN in /opt/python/*/bin/; do
0 commit comments