Skip to content

Commit e4f2ce4

Browse files
tests
1 parent a72754d commit e4f2ce4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ before-all = [
2929
"scripts/build-env/manylinux.sh"
3030
]
3131
repair-wheel-command = [
32-
"auditwheel repair -L tensor-array-repo/Tensor-Array/lib --exclude libcu*.so.* -w {dest_dir} {wheel}"
32+
"cp tensor-array-repo/Tensor-Array/lib/*.so .libs/",
33+
"auditwheel repair --exclude libcu*.so.* -w {dest_dir} {wheel}"
3334
]
3435

3536
[tool.cibuildwheel.linux.environment]

0 commit comments

Comments
 (0)