We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697bfb7 commit c5c1d8cCopy full SHA for c5c1d8c
cibuildwheel/util/packaging.py
@@ -202,6 +202,6 @@ def combine_constraints(
202
203
user_constraints = env.get("PIP_CONSTRAINT")
204
205
- env["UV_CONSTRAINT"] = env["PIP_CONSTRAINT"] = " ".join(
+ env["UV_BUILD_CONSTRAINT"] = env["UV_CONSTRAINT"] = env["PIP_CONSTRAINT"] = " ".join(
206
c for c in [our_constraints, user_constraints] if c
207
)
0 commit comments