We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5daf6af commit d50ac4fCopy full SHA for d50ac4f
.github/workflows/_binary_upload_r2.yml
@@ -137,10 +137,10 @@ jobs:
137
AWS_CMD="aws s3 cp"
138
fi
139
140
- # UPLOAD_ENDPOINT=""
141
- # if [[ -n "$R2_ACCOUNT_ID" ]]; then
142
- UPLOAD_ENDPOINT="--endpoint-url https://${R2_ACCOUNT_ID}.r2.cloudflarestorage.com"
143
- # fi
+ UPLOAD_ENDPOINT=""
+ if [[ -n "$R2_ACCOUNT_ID" ]]; then
+ UPLOAD_ENDPOINT="--endpoint-url https://${R2_ACCOUNT_ID}.r2.cloudflarestorage.com"
+ fi
144
145
# Set path to specific wheel-upload-path, defaulting to pytorch bucket
146
BUCKET_NAME="pytorch-downloads"
0 commit comments