Skip to content

Commit c4a2147

Browse files
Make python only bzl_library target publicly visible (#611)
Co-authored-by: Alex Eagle <[email protected]>
1 parent 53c7bdd commit c4a2147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ filegroup(
4949
"//python/pip_install:bzl",
5050
"//python/private:bzl",
5151
],
52-
visibility = ["//:__pkg__"],
52+
visibility = ["//visibility:public"],
5353
)
5454

5555
# ========= Core rules =========

0 commit comments

Comments
 (0)