Skip to content

Commit 2c0cee9

Browse files
committed
style cleanup
1 parent 35f9e20 commit 2c0cee9

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
@@ -122,20 +122,20 @@ test-command = [
122122
]
123123
manylinux-x86_64-image = "ghcr.io/ocefpaf/manylinux_2_28_x86_64-netcdf"
124124
manylinux-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]
128128
before-build = "brew install hdf5 netcdf"
129129

130130
[[tool.cibuildwheel.overrides]]
131131
select = "*-macosx_*_x86_64*"
132132
inherit.environment = "append"
133-
environment = {MACOSX_DEPLOYMENT_TARGET = "13.0"}
133+
environment = {MACOSX_DEPLOYMENT_TARGET="13.0"}
134134

135135
[[tool.cibuildwheel.overrides]]
136136
select = "*-macosx_*_arm64*"
137137
inherit.environment = "append"
138-
environment = {MACOSX_DEPLOYMENT_TARGET = "14.0"}
138+
environment = {MACOSX_DEPLOYMENT_TARGET="14.0"}
139139

140140
[tool.cibuildwheel.windows]
141141
before-build = "python -m pip install delvewheel"
@@ -147,7 +147,7 @@ repair-wheel-command = [
147147
[[tool.cibuildwheel.overrides]]
148148
select = "*-win_*"
149149
inherit.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

152152
inherit.skip = "append"
153153
skip = [

0 commit comments

Comments
 (0)