Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pveigadecamargo committed Feb 21, 2024
1 parent f934c34 commit 66ffcc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 66ffcc3

Please sign in to comment.