Skip to content

Commit d03763d

Browse files
release v0.0.5
1 parent b1d8c55 commit d03763d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ before-all = [
2828
"chmod +x scripts/build-env/manylinux.sh",
2929
"scripts/build-env/manylinux.sh"
3030
]
31-
repair-wheel-command = "auditwheel repair --exclude libcu*.so -w {dest_dir} {wheel}"
31+
repair-wheel-command = "auditwheel repair --exclude libcu*.so.* -w {dest_dir} {wheel}"
3232

3333
[tool.cibuildwheel.linux.environment]
3434
cuda = "12.9"

0 commit comments

Comments
 (0)