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(
323
323
whl_library_args = whl_library_args ,
324
324
download_only = pip_attr .download_only ,
325
325
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.
329
326
use_downloader = use_downloader .get (
330
327
whl .name ,
331
328
get_index_urls != None , # defaults to True if the get_index_urls is defined
@@ -336,6 +333,9 @@ def _create_whl_repos(
336
333
enable_pipstar = config .enable_pipstar ,
337
334
)
338
335
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.
339
339
continue
340
340
341
341
repo_name = "{}_{}" .format (pip_name , repo .repo_name )
You can’t perform that action at this time.
0 commit comments