Skip to content

Commit 873f09a

Browse files
dhuangnmdhuangnm
dhuangnm
authored and
dhuangnm
committed
clean up
1 parent 624d2dd commit 873f09a

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/build-release-wheel.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- 'release/*'
77
- 'relbuild'
8+
89
workflow_dispatch:
910
inputs:
1011
gitref:
@@ -20,19 +21,6 @@ jobs:
2021
- uses: actions/setup-python@v4
2122
with:
2223
python-version: '3.10'
23-
24-
#- name: Checkout sparsezoo repository
25-
# uses: actions/checkout@v4
26-
# with:
27-
# repository: neuralmagic/sparsezoo
28-
# ref: ${{ inputs.gitref }}
29-
30-
#- name: Build sparsezoo
31-
# id: build
32-
# uses: neuralmagic/nm-actions/actions/pypi_build@main
33-
# with:
34-
# dev: false
35-
# release: true
3624

3725
- name: Checkout code
3826
uses: actions/checkout@v4
@@ -41,7 +29,7 @@ jobs:
4129

4230
- name: Build PyPi Wheel
4331
id: build
44-
uses: neuralmagic/nm-actions/actions/pypi_build@dep
32+
uses: neuralmagic/nm-actions/actions/pypi_build@main
4533
with:
4634
dev: false
4735
release: true

0 commit comments

Comments
 (0)