Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit beb3cca

Browse files
Update pyproject.toml
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 3d16042 commit beb3cca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ codecovcli = "codecov_cli.main:run"
3636
packages = ["codecov_cli"]
3737

3838
[tool.cibuildwheel]
39-
environment = {PIP_CONSTRAINT = "requirements.txt"}
4039
skip = "pp*"
4140

4241
[tool.cibuildwheel.config-settings]
4342
pure-python = "false"
43+
44+
[tool.cibuildwheel.environment]
45+
PIP_CONSTRAINT = "requirements.txt"

0 commit comments

Comments
 (0)