diff --git a/pyproject.toml b/pyproject.toml index 5f8752a5f..2b89cb13c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,9 +92,8 @@ manylinux-pypy_aarch64-image = "manylinux2014" [tool.cibuildwheel.linux] archs = ["auto", "aarch64"] build = ["cp310-*", "cp311-*", "cp312-*"] -repair-wheel-command =['pip install pyarrow', - 'python -c "import pyarrow; pyarrow.create_library_symlinks()"', - "auditwheel repair -w {dest_dir} {wheel}"] +before-build = "pip install pyarrow" +repair-wheel-command =["auditwheel repair -w {dest_dir} {wheel}"] [tool.cibuildwheel.macos] #archs = ["x86_64", "universal2", "arm64"]