Skip to content

Commit de4e7f2

Browse files
committed
fixup! WHL: build limited-api compliant wheels
1 parent d8ad327 commit de4e7f2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ environment = {"NETCDF4_LIMITED_API" = "1"}
123123
[tool.cibuildwheel.macos]
124124
before-build = "brew install hdf5 netcdf"
125125

126-
[[tool.cibuildwheel.macos.environment]]
127-
select = "x86_64"
126+
[[tool.cibuildwheel.overrides]]
127+
select = "*macosx_*_x86_64*"
128128
MACOSX_DEPLOYMENT_TARGET = "13.0"
129129

130-
[[tool.cibuildwheel.macos.environment]]
131-
select = "amr64"
130+
[[tool.cibuildwheel.overrides]]
131+
select = "*macosx_*_amr64*"
132132
MACOSX_DEPLOYMENT_TARGET = "14.0"

0 commit comments

Comments
 (0)