Skip to content

Commit 05ecfdb

Browse files
dhuangnmdhuangnm
dhuangnm
authored and
dhuangnm
committed
test
1 parent f7198f7 commit 05ecfdb

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@ jobs:
2020
- uses: actions/setup-python@v4
2121
with:
2222
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
2336

2437
- name: Checkout code
2538
uses: actions/checkout@v4
@@ -28,7 +41,7 @@ jobs:
2841

2942
- name: Build PyPi Wheel
3043
id: build
31-
uses: neuralmagic/nm-actions/actions/pypi_build@main
44+
uses: neuralmagic/nm-actions/actions/pypi_build@dep
3245
with:
3346
dev: false
3447
release: true

0 commit comments

Comments
 (0)