Skip to content

Commit a56881b

Browse files
Push selectors into pyproject
1 parent 7abca82 commit a56881b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

pyproject.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -195,16 +195,17 @@ archs = ["x86_64", "arm64"]
195195
before-all = [
196196
"brew install gsl",
197197
]
198-
environment = { MACOSX_DEPLOYMENT_TARGET = "14.0" }
198+
# environment = { MACOSX_DEPLOYMENT_TARGET = "14.0" }
199199

200-
# [[tool.cibuildwheel.overrides]]
201-
# # Intel macOS wheels
202-
# select = "*-macosx_*_x86_64"
200+
[[tool.cibuildwheel.overrides]]
201+
# Intel macOS wheels
202+
select = "*-macosx_*_x86_64"
203+
environment = { CIBW_ARCHS_MACOS = "x86_64", MACOSX_DEPLOYMENT_TARGET = "14.0" }
203204

204-
# [[tool.cibuildwheel.overrides]]
205-
# # Apple Silicon macOS wheels
206-
# select = "*-macosx_*_arm64"
207-
# environment = { MACOSX_DEPLOYMENT_TARGET = "14.0" }
205+
[[tool.cibuildwheel.overrides]]
206+
# Apple Silicon macOS wheels
207+
select = "*-macosx_*_arm64"
208+
environment = { CIBW_ARCHS_MACOS = "arm64", MACOSX_DEPLOYMENT_TARGET = "14.0" }
208209

209210

210211
[tool.cibuildwheel.windows]

0 commit comments

Comments
 (0)