From 87ac4650a372f94f2ca17b774b109d49bd6a9732 Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Wed, 15 Jun 2022 17:22:55 +0000 Subject: [PATCH] Update versions for publish python script --- kokoro/docs/publish-python.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kokoro/docs/publish-python.sh b/kokoro/docs/publish-python.sh index 684afa6e52..e3d53c7ded 100755 --- a/kokoro/docs/publish-python.sh +++ b/kokoro/docs/publish-python.sh @@ -14,8 +14,8 @@ sudo apt-get -y install software-properties-common sudo add-apt-repository universe sudo apt-get update sudo apt-get -y install unzip -wget https://github.com/protocolbuffers/protobuf/releases/download/v21.0-rc1/protoc-21.0-rc-1-linux-x86_64.zip -unzip protoc-21.0-rc-1-linux-x86_64.zip bin/protoc +wget https://github.com/protocolbuffers/protobuf/releases/download/v21.1/protoc-21.1-linux-x86_64.zip +unzip protoc-21.1-linux-x86_64.zip bin/protoc mv bin/protoc ../src/protoc python3 -m venv venv source venv/bin/activate @@ -30,7 +30,7 @@ make html cd .. deactivate -python3 -m pip install protobuf==4.21.0rc1 gcp-docuploader +python3 -m pip install protobuf==4.21.1 gcp-docuploader==0.6.3 # install a json parser sudo apt-get -y install jq