Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 7ff8aea

Browse files
dhuangdhuang
authored andcommitted
fix name
1 parent ac68e9f commit 7ff8aea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: build-package
2-
run-name: ${{ github.workflow }} is to create wheel file for pypi
1+
name: build-nightly
2+
run-name: ${{ github.workflow }} is to create nightly wheel file for pypi
33
on:
44
push:
55
branches:

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: build-package
2-
run-name: ${{ github.workflow }} is to create wheel file for pypi
1+
name: build-release
2+
run-name: ${{ github.workflow }} is to create release wheel file for pypi
33
on:
44
push:
55
branches:

0 commit comments

Comments
 (0)