We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e9eaa commit 9cece7fCopy full SHA for 9cece7f
pyproject.toml
@@ -30,7 +30,7 @@ before-all = [
30
"scripts/build-env/manylinux.sh"
31
]
32
repair-wheel-command = [
33
- "auditwheel show {wheel}"
+ "auditwheel show {wheel}",
34
"auditwheel repair --exclude libcu*.so.* -w {dest_dir} {wheel}"
35
36
0 commit comments