From 5b030b5aef36d3ecf90b263df73c44ac97415a8a Mon Sep 17 00:00:00 2001
From: Richard Belleville <rbellevi@google.com>
Date: Thu, 20 May 2021 17:11:56 -0700
Subject: [PATCH] Add grpcio-admin and grpcio-csds to verification script
 (#26329)

---
 tools/release/verify_python_release.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/release/verify_python_release.py b/tools/release/verify_python_release.py
index 7fd4fb84954..42eea0f19d4 100644
--- a/tools/release/verify_python_release.py
+++ b/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"))