Skip to content

Commit 3ad7476

Browse files
committed
WIP upgrade cibuildwheel to 3.0
1 parent edb7dde commit 3ad7476

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ enable = ["pypy"]
101101
[tool.cibuildwheel.windows]
102102

103103
[tool.cibuildwheel.ios]
104-
env = "PYMUNK_BUILD_SLIM: 1"
105-
104+
environment = { PYMUNK_BUILD_SLIM = "1" }
106105

107106
[tool.cibuildwheel.pyodide]
108-
env = "PYMUNK_BUILD_SLIM: 1"
107+
environment = { PYMUNK_BUILD_SLIM = "1" }

0 commit comments

Comments
 (0)