Add grpcio-admin and grpcio-csds to verification script (#26329)

pull/26330/head
Richard Belleville 4 years ago committed by GitHub
parent 6f23b3fb02
commit 5b030b5aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/release/verify_python_release.py

@ -41,6 +41,8 @@ _DEFAULT_PACKAGES = [
"grpcio-reflection",
"grpcio-channelz",
"grpcio-testing",
"grpcio-admin",
"grpcio-csds",
]
Artifact = collections.namedtuple("Artifact", ("filename", "checksum"))

Loading…
Cancel
Save