Skip to content

Commit 491af4d

Browse files
authored
Merge pull request #42 from buildkite/ming/pie-3516-follow-up-2
PIE-3516 follow up 2: force AWS region
2 parents 6798e7d + f2c74c9 commit 491af4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.buildkite/pipeline.release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
agents:
22
queue: hosted
33

4+
env:
5+
AWS_DEFAULT_REGION: us-east-1
6+
47
steps:
58
- command: ".buildkite/steps/release-pypi"
69
label: ":pypi:"
@@ -23,10 +26,8 @@ steps:
2326
- ecr#v2.9.0:
2427
login: true
2528
account_ids: "public.ecr.aws"
26-
region: "us-east-1"
2729
- docker#v5.12.0:
2830
image: "public.ecr.aws/docker/library/python:3.13.2-bookworm"
2931
environment:
3032
- TWINE_USERNAME
3133
- TWINE_PASSWORD
32-

0 commit comments

Comments
 (0)