Skip to content

Commit 8050816

Browse files
Google APIscopybara-github
authored andcommitted
chore(python): fix warehouse-package-name for binaryauthorization v1/v1beta1
PiperOrigin-RevId: 491634075
1 parent 16db2fb commit 8050816

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

google/cloud/binaryauthorization/v1/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ py_gapic_library(
183183
deps = [
184184
"//grafeas/v1:grafeas_py_proto",
185185
],
186+
opt_args = [
187+
"warehouse-package-name=google-cloud-binary-authorization",
188+
],
186189
)
187190

188191
py_test(

google/cloud/binaryauthorization/v1beta1/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ py_gapic_library(
171171
grpc_service_config = "binaryauthorization_grpc_service_config.json",
172172
rest_numeric_enums = False,
173173
transport = "grpc",
174+
opt_args = [
175+
"warehouse-package-name=google-cloud-binary-authorization",
176+
],
174177
)
175178

176179
py_test(

0 commit comments

Comments
 (0)