Skip to content

Commit db1494b

Browse files
committed
wip
1 parent 8cc7bf9 commit db1494b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python/private/pypi/hub_builder.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def _add_whl_library(self, *, python_version, whl, repo):
316316
# disallow building from sdist.
317317
return
318318

319-
whl_repo_name = repo.repo_name
319+
whl_repo_name = "whl_{}".format(repo.whl_repo_name)
320320

321321
# TODO @aignas 2026-07-03: filter out the config_load from the args here
322322
self._whl_libraries[whl_repo_name] = repo.args
@@ -704,6 +704,7 @@ def _whl_repo(
704704

705705
return struct(
706706
repo_name = whl_repo_name(src.filename, src.sha256, *target_platforms),
707+
whl_repo_name = whl_repo_name(src.filename, src.sha256),
707708
args = args,
708709
config_setting = whl_config_setting(
709710
version = python_version,

0 commit comments

Comments
 (0)