git-subtree-dir: hack/repro-infra git-subtree-split: 684e550a2f006dbe3cf3b3d481d3f19217b228f7
9 lines
142 B
Python
9 lines
142 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
py_binary(
|
|
name = "gcs_uploader",
|
|
srcs = [
|
|
"gcs_uploader.py",
|
|
],
|
|
)
|