Skip to content

Commit 775c2b3

Browse files
committed
fix: set uv build constraints too
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 1d381f6 commit 775c2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cibuildwheel/util/packaging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,6 @@ def combine_constraints(
198198

199199
user_constraints = env.get("PIP_CONSTRAINT")
200200

201-
env["UV_CONSTRAINT"] = env["PIP_CONSTRAINT"] = " ".join(
201+
env["UV_BUILD_CONSTRAINT"] = env["UV_CONSTRAINT"] = env["PIP_CONSTRAINT"] = " ".join(
202202
c for c in [our_constraints, user_constraints] if c
203203
)

0 commit comments

Comments
 (0)