Skip to content

Commit 5de4dba

Browse files
committed
fix auditwheel usage
1 parent fa8c771 commit 5de4dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ manylinux-x86_64-image = "manylinux_2_28"
8888
manylinux-aarch64-image = "manylinux_2_28"
8989
repair-wheel-command = [
9090
"pip install \"auditwheel>=6,<7\"",
91-
"auditwheel repair --exclude libarrow* {wheel} {dest_dir}"
91+
"auditwheel repair --exclude libarrow* {wheel}"
9292
]
9393

9494
[tool.cibuildwheel.macos]

0 commit comments

Comments
 (0)