Skip to content

Commit a4f2cf8

Browse files
committed
add docs
1 parent a1a4072 commit a4f2cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/uv/private/uv.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ similarly how `rules_python` is doing it itself.
121121
doc = "The `target_settings` to add to platform definitions.",
122122
),
123123
"urls": attr.string_list(
124-
doc = "The urls to download the binary from. If this is used, {attr}`base_url` is ignored.",
124+
doc = "The urls to download the binary from. If this is used, {attr}`base_url` is ignored. If the `urls` are specified, they need to be specified for all of the platforms for a particular version.",
125125
),
126126
"version": attr.string(
127127
doc = "The version of uv to use.",

0 commit comments

Comments
 (0)