Skip to content

Commit a75d04f

Browse files
authored
Merge pull request #17 from opencollector/fix/ci-build
fix: oops, the extension
2 parents 70c713d + 0b3e532 commit a75d04f

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
@@ -107,7 +107,7 @@ build = ["cp310-*", "cp311-*", "cp312-*", "cp313-*"]
107107
before-build = "find /project -iname '*.so' | xargs rm -f"
108108

109109
[tool.cibuildwheel.windows]
110-
before-build = "DEL /S /Q *.dll"
110+
before-build = "DEL /S /Q *.pyd"
111111

112112
[tool.cibuildwheel.macos]
113113
archs = ["universal2"]

0 commit comments

Comments
 (0)