We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4ff6d8 + f81f3f8 commit c617119Copy full SHA for c617119
1 file changed
pyproject.toml
@@ -102,6 +102,7 @@ files = "src/"
102
[tool.cibuildwheel]
103
build = ["cp310-*", "cp311-*", "cp312-*", "cp313-*"]
104
# skip = "pp*"
105
+before_build = "find /project -iname '*.so' | xargs rm -f"
106
107
[tool.cibuildwheel.macos]
108
archs = ["universal2"]
0 commit comments