Skip to content

Commit ab1f1c3

Browse files
committed
Build: Fix env variable name.
1 parent e7f48eb commit ab1f1c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ environment.CFLAGS = "-O3 -g1 -pipe -fPIC -flto"
5959
[[tool.cibuildwheel.overrides]]
6060
select = "*i686 *musllinux* *win32 *win_arm64 *macosx_x86_64 *armv7l"
6161
inherit.environment = "append"
62-
environment.CYTHON_LIMITED_API = "true"
62+
environment.LUPA_LIMITED_API = "true"
6363
inherit.test-requires = "append"
6464
test-requires = ["abi3audit>=0.0.25"]
6565
inherit.test-command = "append"

0 commit comments

Comments
 (0)