Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed Jan 25, 2025
1 parent ff98687 commit f94d74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/private/publish_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"""A simple macro to lock the requirements for twine
"""

load("//python/uv/private:lock.bzl", "lock") # buildifier: disable=bzl-visibility
load("//python/uv:uv_lock.bzl", "uv_lock") # buildifier: disable=bzl-visibility

def publish_deps(*, name, outs, **kwargs):
"""Generate all of the requirements files for all platforms."""
for out, platform in outs.items():
lock(
uv_lock(
name = out.replace(".txt", ""),
out = out,
universal = platform == "",
Expand Down

0 comments on commit f94d74c

Please sign in to comment.