Skip to content

Commit 41f5c0a

Browse files
committed
fix: typo
1 parent f81f3f8 commit 41f5c0a

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)