From 7b57fb7f31948a36fe08765f8ab03d5e6eff83b0 Mon Sep 17 00:00:00 2001 From: bwoodsend <30940778+bwoodsend@users.noreply.github.com> Date: Fri, 8 May 2020 14:13:33 +0100 Subject: [PATCH] Update scripts/build-manylinux-wheels.sh Co-authored-by: Hugo van Kemenade --- scripts/build-manylinux-wheels.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/build-manylinux-wheels.sh b/scripts/build-manylinux-wheels.sh index 629d0e5..2de44ea 100644 --- a/scripts/build-manylinux-wheels.sh +++ b/scripts/build-manylinux-wheels.sh @@ -32,8 +32,7 @@ done mkdir -p /io/dist/ for whl in /io/temp-wheels/*.whl; do - auditwheel repair "$whl" --plat $PLAT -w /io/dist/ + auditwheel repair "$whl" --plat $PLAT -w /io/dist/ done -