Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Feb 20, 2024
1 parent ddc939a commit 31b8667
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ env:
jobs:
build_and_push:
runs-on: ubuntu-latest
outputs:
built_wheel: ${{ steps.push-wheel.outputs.wheel }}
permissions:
id-token: write
contents: read
Expand All @@ -48,8 +46,8 @@ jobs:
filename: dist/*.whl
internal: $INTERNAL
- name: Temp Step
run: |
echo ${{ steps.push-wheel.outputs.wheel }}
env:
WHEEL: ${{ steps.push-wheel.outputs.wheel }}

pull_wheel:
needs: build_and_push
Expand All @@ -65,7 +63,6 @@ jobs:
aws-region: us-east-1
- name: Set vars
run: |
echo ${{ needs.build_and_push.outputs.built_wheel }}
mkdir dist_s3
- name: Pull from s3
uses: neuralmagic/nmstore/actions/s3_pull@pypi-test
Expand Down

0 comments on commit 31b8667

Please sign in to comment.