Skip to content

Commit

Permalink
[chore] prepare python layer release (#737)
Browse files Browse the repository at this point in the history
Update the regions and the release-group

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten authored Jun 2, 2023
1 parent c4a92f9 commit 121e0ae
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/release-layer-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,27 +50,27 @@ jobs:
strategy:
matrix:
aws_region:
# - ap-northeast-1
# - ap-northeast-2
# - ap-south-1
# - ap-southeast-1
# - ap-southeast-2
# - ca-central-1
# - eu-central-1
# - eu-north-1
# - eu-west-1
# - eu-west-2
# - eu-west-3
# - sa-east-1
# - us-east-1
# - us-east-2
- ap-northeast-1
- ap-northeast-2
- ap-south-1
- ap-southeast-1
- ap-southeast-2
- ca-central-1
- eu-central-1
- eu-north-1
- eu-west-1
- eu-west-2
- eu-west-3
- sa-east-1
- us-east-1
- us-east-2
- us-west-1
- us-west-2
with:
artifact-name: opentelemetry-python-layer.zip
layer-name: opentelemetry-python
component-version: ${{needs.build-layer.outputs.PYTHON_SDK_VERSION}}
# architecture:
release-group: dev
release-group: prod
aws_region: ${{ matrix.aws_region }}
secrets: inherit

0 comments on commit 121e0ae

Please sign in to comment.