Skip to content

Commit 70c713d

Browse files
authored
Merge pull request #16 from opencollector/fix/ci-build
fix: need to provide different settings for the platforms
2 parents b6a1348 + 66731e5 commit 70c713d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

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

109+
[tool.cibuildwheel.windows]
110+
before-build = "DEL /S /Q *.dll"
111+
107112
[tool.cibuildwheel.macos]
108113
archs = ["universal2"]
114+
before-build = "find . -iname '*.so' | xargs rm -f "

0 commit comments

Comments
 (0)