Skip to content

Commit 3ec5225

Browse files
committed
move a note
1 parent a8d67ed commit 3ec5225

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/private/pypi/extension.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,6 @@ def _create_whl_repos(
323323
whl_library_args = whl_library_args,
324324
download_only = pip_attr.download_only,
325325
netrc = pip_attr.netrc,
326-
# NOTE @aignas 2025-07-07: we guard against an edge-case where there
327-
# are more platforms defined than there are wheels for and users
328-
# disallow building from sdist.
329326
use_downloader = use_downloader.get(
330327
whl.name,
331328
get_index_urls != None, # defaults to True if the get_index_urls is defined
@@ -336,6 +333,9 @@ def _create_whl_repos(
336333
enable_pipstar = config.enable_pipstar,
337334
)
338335
if repo == None:
336+
# NOTE @aignas 2025-07-07: we guard against an edge-case where there
337+
# are more platforms defined than there are wheels for and users
338+
# disallow building from sdist.
339339
continue
340340

341341
repo_name = "{}_{}".format(pip_name, repo.repo_name)

0 commit comments

Comments
 (0)