1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-18 16:36:02 +02:00

Update scripts/build-manylinux-wheels.sh

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
bwoodsend 2020-05-08 14:13:33 +01:00 committed by GitHub
parent 6cfcb29cc3
commit 7b57fb7f31
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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