Skip to content

Commit a61741c

Browse files
committed
fix(ci): build less stuff
1 parent acae2e1 commit a61741c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,13 @@ build = [
4545
"cp311-*",
4646
"cp312-*",
4747
]
48-
# Build only universal wheels for Mac where possible
48+
# Build only universal wheels for Mac where possible, and skip 32-bit
49+
# builds to avoid building a gigabyte of stuff all the time
4950
skip = [
5051
"cp*-macosx_x86_64",
5152
"cp*-macosx_arm64",
53+
"*_i686",
54+
"*-win32",
5255
]
5356

5457
[tool.cibuildwheel.macos]

0 commit comments

Comments
 (0)