Skip to content

Commit

Permalink
Add default aws region to deploy (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino authored May 25, 2021
1 parent 89bc9d7 commit 622f65f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
S3_DST: s3://nr-downloads-main/python_agent/release
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: us-west-2
- name: Upload Package to PyPI
run: |
twine upload --non-interactive dist/*.tar.gz dist/*-manylinux*.whl
Expand Down

0 comments on commit 622f65f

Please sign in to comment.