Skip to content

Commit

Permalink
update git workflow python
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed Sep 26, 2024
1 parent f34cf78 commit daad066
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
run: |
cd python
./publish-layers.sh python${{ matrix.python-version }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm64, amd64
- name: Publish ECR image for python${{ matrix.python-version }}
if: steps.python-check-tag.outputs.match == 'true'
Expand Down

0 comments on commit daad066

Please sign in to comment.