Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 6e12ee6

Browse files
committed
Specify default AWS region for S3 uploads
1 parent 6e460be commit 6e12ee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
env:
9999
AWS_ACCESS_KEY_ID: ${{ secrets.aws_key_id }}
100100
AWS_SECRET_ACCESS_KEY: ${{ secrets.aws_access_key }}
101+
AWS_DEFAULT_REGION: us-east-1
101102
run: |
102103
for pkg in ~/wheelhouse/*.whl; do
103104
aws s3 cp "$pkg" "s3://${{ inputs.s3_wheel_path }}/${{ matrix.build_variant }}/" --acl public-read

0 commit comments

Comments
 (0)