We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7198f7 commit 05ecfdbCopy full SHA for 05ecfdb
.github/workflows/build-release-wheel.yaml
@@ -20,6 +20,19 @@ jobs:
20
- uses: actions/setup-python@v4
21
with:
22
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
34
+ # dev: false
35
+ # release: true
36
37
- name: Checkout code
38
uses: actions/checkout@v4
@@ -28,7 +41,7 @@ jobs:
41
42
- name: Build PyPi Wheel
43
id: build
- uses: neuralmagic/nm-actions/actions/pypi_build@main
44
+ uses: neuralmagic/nm-actions/actions/pypi_build@dep
45
46
dev: false
47
release: true
0 commit comments