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 624d2dd commit 873f09aCopy full SHA for 873f09a
.github/workflows/build-release-wheel.yaml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- 'release/*'
7
- 'relbuild'
8
+
9
workflow_dispatch:
10
inputs:
11
gitref:
@@ -20,19 +21,6 @@ jobs:
20
21
- uses: actions/setup-python@v4
22
with:
23
python-version: '3.10'
-
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
@@ -41,7 +29,7 @@ jobs:
41
42
- name: Build PyPi Wheel
43
id: build
44
- uses: neuralmagic/nm-actions/actions/pypi_build@dep
+ uses: neuralmagic/nm-actions/actions/pypi_build@main
45
46
dev: false
47
release: true
0 commit comments