From beb3ccaa44d7d74ae9629b03fe340e32709e9c78 Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:05:50 -0300 Subject: [PATCH] Update pyproject.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a718c29a..42ac2329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,8 +36,10 @@ codecovcli = "codecov_cli.main:run" packages = ["codecov_cli"] [tool.cibuildwheel] -environment = {PIP_CONSTRAINT = "requirements.txt"} skip = "pp*" [tool.cibuildwheel.config-settings] pure-python = "false" + +[tool.cibuildwheel.environment] +PIP_CONSTRAINT = "requirements.txt"