From 66ffcc3a724fd7d331a853159bfedd974f745b32 Mon Sep 17 00:00:00 2001 From: pveigadecamargo Date: Wed, 21 Feb 2024 17:01:57 +1000 Subject: [PATCH] . --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2507d793..85bd26931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,9 @@ manylinux-pypy_aarch64-image = "manylinux_2_28" [tool.cibuildwheel.linux] archs = ["auto", "aarch64"] build = ["cp310-*", "cp311-*", "cp312-*"] -repair-wheel-command =["auditwheel repair -w {dest_dir} {wheel}"] +repair-wheel-command =["pip install pyarrow", + 'python -c "import pyarrow; pyarrow.create_library_symlinks()"', + "auditwheel repair -w {dest_dir} {wheel}"] [tool.cibuildwheel.macos] #archs = ["x86_64", "universal2", "arm64"]