Skip to content

Commit

Permalink
update wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Feb 21, 2024
1 parent 6df70f8 commit 5e245b5
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- main
- 'release/[0-9]+.[0-9]+'
- 'release/*'
schedule:
- cron: '0 0 * * *'

Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
aws-region: us-east-1
- name: Build PyPi Wheel
id: build-wheel
uses: neuralmagic/nmstore/actions/pypi@pypi-test
uses: neuralmagic/nmstore/actions/pypi_build@pypi-test
with:
dev: $DEV
release: $RELEASE
Expand All @@ -60,9 +60,8 @@ jobs:
with:
role-to-assume: ${{ secrets.AWS_WEBIDENTITY_FOR_GITHUB_ACTIONS }}
aws-region: us-east-1
- name: Set vars
- name: Make directory for wheel
run: |
echo ${{ needs.build_and_push.outputs.wheel }}
mkdir dist_s3
- name: Pull from s3
uses: neuralmagic/nmstore/actions/s3_pull@pypi-test
Expand All @@ -77,13 +76,7 @@ jobs:
pip install matplotlib
- name: Checkout code
uses: actions/checkout@v3
- name: Test Wheel
if: ${{ env.DEV == 'true' }}
- name: Test Wheel on Base Tests
run: |
pip list
make test
- name: Test Wheel, Extensive
if: ${{ env.DEV != 'true' }}
run:
make test TARGETS=full

0 comments on commit 5e245b5

Please sign in to comment.