From 88b7e6c6025ce5d1888d1e12b9d3c8fa91ac6163 Mon Sep 17 00:00:00 2001 From: Daniel Tamayo Date: Tue, 17 Oct 2023 15:01:02 -0700 Subject: [PATCH] pip install auditwheel --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 49beb3b0..2d114390 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,5 +8,5 @@ manylinux-x86_64-image = "manylinux2014" [tool.cibuildwheel.linux] archs = ["x86_64"] -before-build = "pip install https://github.com/sunnycase/auditwheel/releases/download/4.0.0-nncase-2/auditwheel-0.0.0-py3-none-any.whl" -repair-wheel-command = "LD_LIBRARY_PATH=/usr/lib64 auditwheel repair -w {dest_dir} {wheel} --exclude librebound.so.1 --plat manylinux2014_x86_64" +before-build = "pip install auditwheel" +repair-wheel-command = "LD_LIBRARY_PATH=/usr/lib64 auditwheel repair -w {dest_dir} {wheel} --exclude librebound.so.1"