Skip to content

Commit f7198f7

Browse files
dhuangnmdhuangnm
dhuangnm
authored and
dhuangnm
committed
minor update
1 parent 8d40d25 commit f7198f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build release wheel
33
on:
44
push:
55
branches:
6-
#- 'release/*'
6+
- 'release/*'
77
- 'relbuild'
88
workflow_dispatch:
99
inputs:
@@ -44,15 +44,15 @@ jobs:
4444
uses: actions/upload-artifact@v4
4545
if: success() || failure()
4646
with:
47-
name: "wheel-compressed-tensors"
47+
name: "wheel-sparseml"
4848
path: ${{ steps.build.outputs.whlname }}
4949
retention-days: 7
5050

5151
- name: upload tar.gz
5252
uses: actions/upload-artifact@v4
5353
if: success() || failure()
5454
with:
55-
name: "tar-compressed-tensors"
55+
name: "tar-sparseml"
5656
path: ${{ steps.build.outputs.tarname }}
5757
retention-days: 7
5858

0 commit comments

Comments
 (0)