@@ -122,20 +122,20 @@ test-command = [
122122]
123123manylinux-x86_64-image = " ghcr.io/ocefpaf/manylinux_2_28_x86_64-netcdf"
124124manylinux-aarch64-image = " ghcr.io/ocefpaf/manylinux_2_28_aarch64-netcdf"
125- environment = {" NETCDF4_LIMITED_API" = " 1" }
125+ environment = {NETCDF4_LIMITED_API = " 1" }
126126
127127[tool .cibuildwheel .macos ]
128128before-build = " brew install hdf5 netcdf"
129129
130130[[tool .cibuildwheel .overrides ]]
131131select = " *-macosx_*_x86_64*"
132132inherit.environment = " append"
133- environment = {MACOSX_DEPLOYMENT_TARGET = " 13.0" }
133+ environment = {MACOSX_DEPLOYMENT_TARGET = " 13.0" }
134134
135135[[tool .cibuildwheel .overrides ]]
136136select = " *-macosx_*_arm64*"
137137inherit.environment = " append"
138- environment = {MACOSX_DEPLOYMENT_TARGET = " 14.0" }
138+ environment = {MACOSX_DEPLOYMENT_TARGET = " 14.0" }
139139
140140[tool .cibuildwheel .windows ]
141141before-build = " python -m pip install delvewheel"
@@ -147,7 +147,7 @@ repair-wheel-command = [
147147[[tool .cibuildwheel .overrides ]]
148148select = " *-win_*"
149149inherit.environment = " append"
150- environment = { " HDF5_DIR" = ' C:\\\\Users\\runneradmin\\micromamba\\envs\\build\\Library' , " netCDF4_DIR" = ' C:\\\\Users\\runneradmin\\micromamba\\envs\\build\\Library' , " PATH" = ' C:\\\\Users\\runneradmin\\micromamba\\envs\\build\\Library\\bin;${PATH}' }
150+ environment = {HDF5_DIR = ' C:\\\\Users\\runneradmin\\micromamba\\envs\\build\\Library' , netCDF4_DIR = ' C:\\\\Users\\runneradmin\\micromamba\\envs\\build\\Library' , PATH = ' C:\\\\Users\\runneradmin\\micromamba\\envs\\build\\Library\\bin;${PATH}' }
151151
152152inherit.skip = " append"
153153skip = [
0 commit comments