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 fa8c771 commit 5de4dbaCopy full SHA for 5de4dba
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} {dest_dir}"
+ "auditwheel repair --exclude libarrow* {wheel}"
92
]
93
94
[tool.cibuildwheel.macos]
0 commit comments