Skip to content

Commit

Permalink
Merge branch 'main' into windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathon Belotti authored Feb 2, 2022
2 parents 14c4ead + 8cf1220 commit 0c4b3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ filegroup(
"//python/pip_install:bzl",
"//python/private:bzl",
],
visibility = ["//:__pkg__"],
visibility = ["//visibility:public"],
)

# ========= Core rules =========
Expand Down
2 changes: 1 addition & 1 deletion python/pip_install/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ filegroup(
"//python/pip_install/extract_wheels:py_srcs",
"//python/pip_install/parse_requirements_to_bzl:py_srcs",
],
visibility = ["//visibility:public"],
visibility = ["//python/pip_install/private:__pkg__"],
)

exports_files(
Expand Down

0 comments on commit 0c4b3f4

Please sign in to comment.