Skip to content

Commit

Permalink
fix(ci): build less stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Dec 28, 2023
1 parent acae2e1 commit a61741c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@ build = [
"cp311-*",
"cp312-*",
]
# Build only universal wheels for Mac where possible
# Build only universal wheels for Mac where possible, and skip 32-bit
# builds to avoid building a gigabyte of stuff all the time
skip = [
"cp*-macosx_x86_64",
"cp*-macosx_arm64",
"*_i686",
"*-win32",
]

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit a61741c

Please sign in to comment.