Skip to content

Commit ed21e1e

Browse files
committed
fix visibility
1 parent 752b3b0 commit ed21e1e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python/private/pypi/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ exports_files(
2323
visibility = ["//visibility:public"],
2424
)
2525

26+
exports_files(
27+
srcs = ["deps.bzl"],
28+
visibility = ["//tools/private/update_deps:__pkg__"],
29+
)
30+
2631
filegroup(
2732
name = "distribution",
2833
srcs = glob(

0 commit comments

Comments
 (0)