We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a797a36 commit b563325Copy full SHA for b563325
.github/actions/binary-upload/action.yml
@@ -43,5 +43,5 @@ runs:
43
| jq -r '.value' > "${AWS_WEB_IDENTITY_TOKEN_FILE}"
44
45
for pkg in dist/*; do
46
- aws s3 cp "$pkg" "${PYTORCH_S3_BUCKET_PATH}" --acl public-read
+ aws s3 cp "$pkg" "${PYTORCH_S3_BUCKET_PATH}" --acl public-read --checksum-algorithm SHA256
47
done
.github/workflows/_binary_upload.yml
@@ -117,7 +117,7 @@ jobs:
117
fi
118
119
120
- ${AWS_CMD} "$pkg" "${PYTORCH_S3_BUCKET_PATH}" --acl public-read
+ ${AWS_CMD} "$pkg" "${PYTORCH_S3_BUCKET_PATH}" --acl public-read --checksum-algorithm SHA256
121
122
123
- name: Upload package to pypi
0 commit comments