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 8d40d25 commit f7198f7Copy full SHA for f7198f7
.github/workflows/build-release-wheel.yaml
@@ -3,7 +3,7 @@ name: Build release wheel
3
on:
4
push:
5
branches:
6
- #- 'release/*'
+ - 'release/*'
7
- 'relbuild'
8
workflow_dispatch:
9
inputs:
@@ -44,15 +44,15 @@ jobs:
44
uses: actions/upload-artifact@v4
45
if: success() || failure()
46
with:
47
- name: "wheel-compressed-tensors"
+ name: "wheel-sparseml"
48
path: ${{ steps.build.outputs.whlname }}
49
retention-days: 7
50
51
- name: upload tar.gz
52
53
54
55
- name: "tar-compressed-tensors"
+ name: "tar-sparseml"
56
path: ${{ steps.build.outputs.tarname }}
57
58
0 commit comments