Skip to content

Commit 121e0ae

Browse files
author
Alex Boten
authored
[chore] prepare python layer release (aws-observability#737)
Update the regions and the release-group Signed-off-by: Alex Boten <[email protected]>
1 parent c4a92f9 commit 121e0ae

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/release-layer-python.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,27 +50,27 @@ jobs:
5050
strategy:
5151
matrix:
5252
aws_region:
53-
# - ap-northeast-1
54-
# - ap-northeast-2
55-
# - ap-south-1
56-
# - ap-southeast-1
57-
# - ap-southeast-2
58-
# - ca-central-1
59-
# - eu-central-1
60-
# - eu-north-1
61-
# - eu-west-1
62-
# - eu-west-2
63-
# - eu-west-3
64-
# - sa-east-1
65-
# - us-east-1
66-
# - us-east-2
53+
- ap-northeast-1
54+
- ap-northeast-2
55+
- ap-south-1
56+
- ap-southeast-1
57+
- ap-southeast-2
58+
- ca-central-1
59+
- eu-central-1
60+
- eu-north-1
61+
- eu-west-1
62+
- eu-west-2
63+
- eu-west-3
64+
- sa-east-1
65+
- us-east-1
66+
- us-east-2
6767
- us-west-1
6868
- us-west-2
6969
with:
7070
artifact-name: opentelemetry-python-layer.zip
7171
layer-name: opentelemetry-python
7272
component-version: ${{needs.build-layer.outputs.PYTHON_SDK_VERSION}}
7373
# architecture:
74-
release-group: dev
74+
release-group: prod
7575
aws_region: ${{ matrix.aws_region }}
7676
secrets: inherit

0 commit comments

Comments
 (0)