From f1ce4db0491a8e6de594fcf7c195325d4e23bfdf Mon Sep 17 00:00:00 2001 From: gurusai-voleti Date: Mon, 16 Feb 2026 07:59:31 +0000 Subject: [PATCH] chore: Migrate gsutil usage to gcloud storage --- paxml/pip_package/prepare_release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paxml/pip_package/prepare_release.sh b/paxml/pip_package/prepare_release.sh index bf1019a41..1f501aea5 100644 --- a/paxml/pip_package/prepare_release.sh +++ b/paxml/pip_package/prepare_release.sh @@ -66,8 +66,8 @@ fi sed -i "s/version='[0-9.]*'/version='$PAXML_VERSION'/" setup.py sed -i "s/_RELEASE_VERSION: '[0-9.]*'/_RELEASE_VERSION: '$PAXML_VERSION'/" cloudbuild-release.yaml -gsutil cp gs://pax-on-cloud-tpu-project/wheels/"$BUILD_DATE"/paxml_commit.txt ./ -gsutil cp gs://pax-on-cloud-tpu-project/wheels/"$BUILD_DATE"/praxis_commit.txt ./ +gcloud storage cp gs://pax-on-cloud-tpu-project/wheels/"$BUILD_DATE"/paxml_commit.txt ./ +gcloud storage cp gs://pax-on-cloud-tpu-project/wheels/"$BUILD_DATE"/praxis_commit.txt ./ PAXML_COMMIT=$(