From 983413a91b62598a6b78474650043dd63ae9b413 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Mon, 5 Jan 2026 12:48:16 -0300 Subject: [PATCH] inherit environment variables that enable ABI3 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 965044732..7702b8ef4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,6 +141,7 @@ repair-wheel-command = [ [[tool.cibuildwheel.overrides]] select = "*linux*" +inherit.environment = "append" environment = {NETCDF_PLUGIN_DIR="/usr/local/hdf5/lib/plugin/"} [[tool.cibuildwheel.overrides]]