Skip to content

Commit e675502

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

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}"
91+
"auditwheel repair -w {dest_dir} --exclude libarrow* {wheel}"
9292
]
9393

9494
[tool.cibuildwheel.macos]

0 commit comments

Comments
 (0)