Skip to content

Commit

Permalink
update wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Mar 4, 2024
1 parent 9154635 commit 9d2a8ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
aws-region: us-east-1
- name: Build PyPi Wheel
id: build-wheel
uses: neuralmagic/nm-actions/actions/pypi_build@pypi-test
uses: neuralmagic/nm-actions/actions/pypi_build@pypi-actions
with:
dev: $DEV
release: $RELEASE
name: $NAME
- name: Push to s3 bucket
id: push-wheel
uses: neuralmagic/nm-actions/actions/s3_push@pypi-test
uses: neuralmagic/nm-actions/actions/s3_push@pypi-actions
with:
filename: dist/*.whl
internal: $INTERNAL
Expand All @@ -70,7 +70,7 @@ jobs:
run: |
mkdir dist_s3
- name: Pull from s3
uses: neuralmagic/nm-actions/actions/s3_pull@pypi-test
uses: neuralmagic/nm-actions/actions/s3_pull@pypi-actions
with:
filename: ${{ needs.build_and_push.outputs.wheel }}
dst: dist_s3
Expand Down

0 comments on commit 9d2a8ab

Please sign in to comment.