Skip to content

Commit f81f3f8

Browse files
committed
fix: remove redundant artifacts in wheels
1 parent f4ff6d8 commit f81f3f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ files = "src/"
102102
[tool.cibuildwheel]
103103
build = ["cp310-*", "cp311-*", "cp312-*", "cp313-*"]
104104
# skip = "pp*"
105+
before_build = "find /project -iname '*.so' | xargs rm -f"
105106

106107
[tool.cibuildwheel.macos]
107108
archs = ["universal2"]

0 commit comments

Comments
 (0)