We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de4dba commit e675502Copy full SHA for e675502
bindings/python/pyproject.toml
@@ -88,7 +88,7 @@ manylinux-x86_64-image = "manylinux_2_28"
88
manylinux-aarch64-image = "manylinux_2_28"
89
repair-wheel-command = [
90
"pip install \"auditwheel>=6,<7\"",
91
- "auditwheel repair --exclude libarrow* {wheel}"
+ "auditwheel repair -w {dest_dir} --exclude libarrow* {wheel}"
92
]
93
94
[tool.cibuildwheel.macos]
0 commit comments