Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Feb 20, 2024
1 parent 6f84292 commit ddc939a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
internal: $INTERNAL
- name: Temp Step
run: |
echo ${{steps.push-wheel.outputs.wheel}}
echo ${{ steps.push-wheel.outputs.wheel }}
pull_wheel:
needs: build_and_push
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Pull from s3
uses: neuralmagic/nmstore/actions/s3_pull@pypi-test
with:
filename: ${{needs.build_and_push.outputs.built_wheel}}
filename: ${{ needs.build_and_push.outputs.built_wheel }}
internal: $INTERNAL
dst: dist_s3

0 comments on commit ddc939a

Please sign in to comment.