[third_party] Update README.md (#35639)

This commit is contained in:
Eugene Ostroukhov 2024-01-23 14:17:14 -08:00 committed by GitHub
parent 19f1b39829
commit d3ae13e94c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -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;