From d3ae13e94c8a436e4009c4e180614759d550da49 Mon Sep 17 00:00:00 2001 From: Eugene Ostroukhov Date: Tue, 23 Jan 2024 14:17:14 -0800 Subject: [PATCH] [third_party] Update README.md (#35639) --- third_party/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/third_party/README.md b/third_party/README.md index 29d43172a79..0c162fcbcfd 100644 --- a/third_party/README.md +++ b/third_party/README.md @@ -114,11 +114,6 @@ Updating the protobuf dependency is now part of the internal release process (se Apart from the above steps, please run `tools/codegen/core/gen_upb_api.sh` to regenerate upb files. -In addition, please perform the following two steps to generate the Python `xds-protos` package: - -1. Bump the version in the `tools/distrib/python/xds_protos/setup.py`; -2. Run `tools/distrib/python/xds_protos/build_validate_upload.sh` to upload the built wheel. - ### Updating third_party/upb Since upb is vendored in the gRPC repo, you cannot use submodule to update it. Please follow the steps below;