File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments