From 768ad0886ffe0d8ab5f26f9fb9415bbbcb0c6eba Mon Sep 17 00:00:00 2001 From: PyTorch MergeBot Date: Thu, 23 Jan 2025 15:10:42 +0000 Subject: [PATCH] Revert "Binary upload checksum (#144887)" This reverts commit 2efa98d69d362e4ee6f15938ec8ded30bf5c40fd. Reverted https://github.com/pytorch/pytorch/pull/144887 on behalf of https://github.com/atalman due to Broke nightly index ([comment](https://github.com/pytorch/pytorch/pull/144887#issuecomment-2610066277)) --- .circleci/scripts/binary_upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/scripts/binary_upload.sh b/.circleci/scripts/binary_upload.sh index 2eee63177386..55b7326a2679 100755 --- a/.circleci/scripts/binary_upload.sh +++ b/.circleci/scripts/binary_upload.sh @@ -58,7 +58,7 @@ s3_upload() { for pkg in ${PKG_DIR}/*.${extension}; do ( set -x - ${AWS_S3_CP} --no-progress --acl public-read "${pkg}" "${s3_upload_dir}" --checksum-algorithm SHA256 + ${AWS_S3_CP} --no-progress --acl public-read "${pkg}" "${s3_upload_dir}" ) done )