Skip to content

Commit

Permalink
add a note
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed Sep 27, 2023
1 parent 6121d1e commit d755952
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/extensions/pip.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ def _create_whl_repos(module_ctx, pip_attr, whl_map, whl_overrides):
whl_map[hub_name][whl_name][full_version(pip_attr.python_version)] = pip_name + "_"

def _parse_whl_name(file):
"""
TODO: move to a util file
"""
if not file.endswith(".whl"):
fail("not a valid wheel: {}".format(file))

Expand Down

0 comments on commit d755952

Please sign in to comment.