Skip to content

Commit 5c49e68

Browse files
committed
also add .files in addition to .files_to_run
1 parent f0ab3be commit 5c49e68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/uv/private/lock.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def _lock_impl(ctx):
141141
tools = [
142142
uv,
143143
interpreter.files_to_run,
144+
interpreter.files,
144145
],
145146
progress_message = "Creating a requirements.txt with uv: //{}:{}".format(
146147
ctx.label.package,

0 commit comments

Comments
 (0)