Skip to content

Commit 96684f1

Browse files
committed
wip
1 parent b6e1b8b commit 96684f1

File tree

3 files changed

+348
-352
lines changed

3 files changed

+348
-352
lines changed

tools/private/publish_deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def publish_deps(*, name, outs, **kwargs):
2727
**kwargs: Extra args passed to the {rule}`lock` rule.
2828
"""
2929
for out, platform in outs.items():
30-
args = ["--upgrade"]
30+
args = ["--emit-index-url"]
3131
if platform:
3232
args.append("--python-platform=" + platform)
3333
else:

0 commit comments

Comments
 (0)