Skip to content

Commit b6a1348

Browse files
authored
Merge pull request #15 from opencollector/fix/redundant-artifacts-in-wheels
fix: typo
2 parents c617119 + 41f5c0a commit b6a1348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +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"
105+
before-build = "find /project -iname '*.so' | xargs rm -f"
106106

107107
[tool.cibuildwheel.macos]
108108
archs = ["universal2"]

0 commit comments

Comments
 (0)