Skip to content

Commit 86cfb51

Browse files
committed
fix the inputs after removing the local tag
1 parent 00f7ec6 commit 86cfb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/uv/private/lock.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def _lock_impl(ctx):
130130

131131
ctx.actions.run_shell(
132132
command = command,
133-
inputs = srcs + ctx.files.existing_output,
133+
inputs = srcs + ctx.files.existing_output + ctx.files.build_constraints + ctx.files.constraints,
134134
mnemonic = "PyRequirementsLockUv",
135135
outputs = [output],
136136
arguments = [args.run_shell],

0 commit comments

Comments
 (0)