Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Feb 20, 2024
1 parent ff8bb41 commit c2b19c4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@ jobs:
contents: read
steps:
- name: Login to s3
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ secrets.AWS_WEBIDENTITY_FOR_GITHUB_ACTIONS }}
aws-region: us-east-1
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ secrets.AWS_WEBIDENTITY_FOR_GITHUB_ACTIONS }}
aws-region: us-east-1
- name: Set vars
run: |
echo ${{ jobs.build_and_push.outputs.built_wheel }}
mkdir dist_s3
- name: Pull from s3
uses: neuralmagic/nmstore/actions/s3_pull@pypi-test
with:
filename: ${{ jobs.build_and_push.outputs.built_wheel }}
internal: $INTERNAL
dst: dist_s3
uses: neuralmagic/nmstore/actions/s3_pull@pypi-test
with:
filename: ${{ jobs.build_and_push.outputs.built_wheel }}
internal: $INTERNAL
dst: dist_s3

0 comments on commit c2b19c4

Please sign in to comment.