Skip to content

Commit

Permalink
Specify default AWS region for S3 uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
cbalioglu committed Apr 14, 2022
1 parent 6e460be commit 6e12ee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.aws_key_id }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.aws_access_key }}
AWS_DEFAULT_REGION: us-east-1
run: |
for pkg in ~/wheelhouse/*.whl; do
aws s3 cp "$pkg" "s3://${{ inputs.s3_wheel_path }}/${{ matrix.build_variant }}/" --acl public-read
Expand Down

0 comments on commit 6e12ee6

Please sign in to comment.