Skip to content

Commit 6bd3cf3

Browse files
ludochgae-java-bot
authored andcommitted
Update Python package installation for Javadoc publishing.
PiperOrigin-RevId: 819467698 Change-Id: I85ec669d74c0342154a2a4724d2cb796c956f4de
1 parent 12569d6 commit 6bd3cf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kokoro/gcp_ubuntu/publish_javadoc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ setup_docuploader() {
2929
source env/bin/activate
3030
cat > /tmp/requirements.txt << EOF
3131
pip==25.0.1 --hash=sha256:c46efd13b6aa8279f33f2864459c8ce587ea6a1a59ee20de055868d8f7688f7f
32-
gcp-docuploader==0.7.2 --hash=sha256:b1c37b55c360c7f1f3a60f8b1d3d6110f7b0f0a42f01f4f8b1c411a7a0c8b2c5
33-
protobuf==4.25.3 --hash=sha256:29b0f0119c6e6169c004b068a070c7ab7707c9a9307d8d481dae181febc2e6f3
32+
gcp-docuploader==0.7.2 --hash=sha256:3916d2b46239a2d86ba9427a7f21e3762f21c1e1d34e4f066317a9765e43c90c
33+
protobuf==4.25.3 --hash=sha256:7c8daa26095f82482307bc717364e7c13f4f1c99659be82890dcfc215194554d
3434
EOF
3535
python3 -m pip install --require-hashes -r /tmp/requirements.txt
3636
}

0 commit comments

Comments
 (0)