Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
d9fe62c11b11f70fdc47037f93d972794ce3c347
/
.
/
tools
/
private
/
release
/
BUILD.bazel
blob: 9cd8ec2fbabc54443c3a59bf64efacf766d2f487 [
file
]
load
(
"@rules_python//python:defs.bzl"
,
"py_binary"
)
package
(
default_visibility
=
[
"//visibility:public"
])
py_binary
(
name
=
"release"
,
srcs
=
[
"release.py"
],
main
=
"release.py"
,
)