Skip to content

Commit 67b0558

Browse files
committed
add a note
1 parent 3608e1d commit 67b0558

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python/private/pypi/hub_builder.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,8 @@ def _create_whl_repos(
581581
for src in whl.srcs:
582582
repo = _whl_repo(
583583
src = src,
584+
# TODO @aignas 2026-07-04: add a test to ensure that overriding the default
585+
# index url overrides the values here.
584586
index_url = (
585587
whl.index_url or
586588
"{}/{}".format(

0 commit comments

Comments
 (0)