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 ba0d882 commit 9f2ca20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ manylinux-pypy_aarch64-image = "manylinux_2_24"
[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}"]
repair-wheel-command =["auditwheel repair -w {dest_dir} {wheel}"]

[tool.cibuildwheel.macos]
#archs = ["x86_64", "universal2", "arm64"]
Expand Down

0 comments on commit 9f2ca20

Please sign in to comment.