Skip to content

Commit

Permalink
fixup! minor_mapping for multi_version toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed Sep 13, 2024
1 parent 8e56358 commit 2725e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/private/pypi/whl_library_alias.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _whl_library_alias_impl(rctx):
build_content.append(_whl_library_render_alias_target(
alias_name = alias_name,
default_repo_prefix = default_repo_prefix,
minor_mapping = rctx.minor_mapping,
minor_mapping = rctx.attr.minor_mapping,
rules_python = rules_python,
version_map = version_map,
wheel_name = rctx.attr.wheel_name,
Expand Down

0 comments on commit 2725e08

Please sign in to comment.