Skip to content

Commit

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

0 comments on commit 0f954e4

Please sign in to comment.