From dd6723fd458b58b743149d5e3ca9b818d7ec60c2 Mon Sep 17 00:00:00 2001 From: pveigadecamargo Date: Tue, 20 Feb 2024 23:02:05 +1000 Subject: [PATCH] . --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2e92ce507..3a9d31e3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,9 +92,9 @@ manylinux-pypy_aarch64-image = "manylinux2014" [tool.cibuildwheel.linux] archs = ["auto", "aarch64"] build = ["cp310-*", "cp311-*", "cp312-*"] -before-build = ["pip install pyarrow", - 'python -c "import pyarrow; pyarrow.create_library_symlinks()"'] -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"]