We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ff6d8 commit f81f3f8Copy full SHA for f81f3f8
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