Skip to content

Commit 48291ae

Browse files
committed
fix auditwheel version handling
1 parent d4ed138 commit 48291ae

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
@@ -87,7 +87,7 @@ archs = "x86_64 aarch64"
8787
manylinux-x86_64-image = "manylinux_2_28"
8888
manylinux-aarch64-image = "manylinux_2_28"
8989
repair-wheel-command = [
90-
"pip install \"auditwheel>=5,<6\"",
90+
"pip install \"auditwheel>=5,<7\"",
9191
"python addtags.py {wheel} {dest_dir}"
9292
]
9393

0 commit comments

Comments
 (0)