Skip to content

Commit 3bdc78f

Browse files
committed
wip
1 parent 4c91655 commit 3bdc78f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/uv/private/lock.bzl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ def lock(*, name, srcs, out, args = [], **kwargs):
9494
"""Pin the requirements based on the src files.
9595
9696
Differences with the current {obj}`compile_pip_requirements` rule:
97-
- This is implemented in shell and uv.
97+
- This is implemented as a rule that performs locking in a build action.
98+
- Additionally one can use the runnable target.
99+
- Uses `uv`.
98100
- This does not error out if the output file does not exist yet.
99101
- Supports transitions out of the box.
100102

0 commit comments

Comments
 (0)