Skip to content

Commit c617119

Browse files
authored
Merge pull request #14 from opencollector/fix/redundant-artifacts-in-wheels
fix: remove redundant artifacts in wheels
2 parents f4ff6d8 + f81f3f8 commit c617119

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)