Revert "Downgrade auditwheel on Linux"

This reverts commit 2a03bb74dd.
This commit is contained in:
Andrew Murray 2022-02-16 14:26:28 +11:00
parent 0163e70c87
commit 9ed4f0ef84

View File

@ -133,10 +133,6 @@ function pre_build {
}
function pip_wheel_cmd {
if [ -z "$IS_MACOS" ]; then
pipx install --force "auditwheel<5"
fi
local abs_wheelhouse=$1
if [ -z "$IS_MACOS" ]; then
CFLAGS="$CFLAGS --std=c99" # for Raqm