[Python Relase] Add xds-protos to release verification script (#34281)

<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
pull/34285/head
Xuan Wang 1 year ago committed by GitHub
parent 9a6cb01ccf
commit 07b71b77ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/release/verify_python_release.py

@ -44,6 +44,7 @@ _DEFAULT_PACKAGES = [
"grpcio-testing", "grpcio-testing",
"grpcio-admin", "grpcio-admin",
"grpcio-csds", "grpcio-csds",
"xds-protos",
] ]
Artifact = collections.namedtuple("Artifact", ("filename", "checksum")) Artifact = collections.namedtuple("Artifact", ("filename", "checksum"))

Loading…
Cancel
Save