Skip to content

Commit

Permalink
modify cd to python
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed Sep 26, 2024
1 parent daad066 commit aa4d863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
cd nodejs
cd python
./publish-layers.sh publish-docker-ecr-image-python${{ matrix.python-version }}

0 comments on commit aa4d863

Please sign in to comment.