Request 2010 platform.

This commit is contained in:
matham 2019-04-11 21:30:48 -04:00
parent 592fcd882e
commit bacc46ac6b
1 changed files with 1 additions and 1 deletions

View File

@ -51,5 +51,5 @@ done
for name in /io/wheelhouse/*.whl; do
echo "Fixing $name";
auditwheel repair $name -w /io/wheelhouse/;
auditwheel repair --plat manylinux2010_x86_64 $name -w /io/wheelhouse/;
done