Skip to content

Commit 622f65f

Browse files
authored
Add default aws region to deploy (#227)
1 parent 89bc9d7 commit 622f65f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
S3_DST: s3://nr-downloads-main/python_agent/release
6464
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
6565
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
66+
AWS_DEFAULT_REGION: us-west-2
6667
- name: Upload Package to PyPI
6768
run: |
6869
twine upload --non-interactive dist/*.tar.gz dist/*-manylinux*.whl

0 commit comments

Comments
 (0)