Skip to content

Commit 4fb5f14

Browse files
test
1 parent 71edabc commit 4fb5f14

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-
"cp tensor-array-repo/Tensor-Array/lib/*.so .libs/",
32+
"mkdir -p .libs/",
33+
"cp -v tensor-array-repo/Tensor-Array/lib/*.so .libs/",
3334
"auditwheel repair --exclude libcu*.so.* -w {dest_dir} {wheel}"
3435
]
3536

0 commit comments

Comments
 (0)