Skip to content

Commit

Permalink
remove old pass env
Browse files Browse the repository at this point in the history
  • Loading branch information
xoudini committed Dec 17, 2024
1 parent a49fcad commit 6b79e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ test-requires = "pytest six"

[tool.cibuildwheel.linux]
environment = {}
environment-pass = ["PYICU_URL", "PYICU_VERSION", "ICU_MAX_MAJOR_VERSION"]
environment-pass = ["PYICU_VERSION", "ICU_MAX_MAJOR_VERSION"]
before-build = "scripts/before-build-linux.sh"
manylinux-x86_64-image = "manylinux_2_28"
# repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
Expand Down

0 comments on commit 6b79e8e

Please sign in to comment.