Skip to content

Commit 17723ca

Browse files
authored
workflow: update the job name of publish_pypi (#120)
Signed-off-by: Xiaocheng Dong <[email protected]>
1 parent 58098ff commit 17723ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-pypi-packages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Publish pycloudstack package to PyPI
1+
name: Publish the package to PyPI
22

33
on:
44
workflow_dispatch:
55

66

77
jobs:
88
publish_pypi:
9-
name: Publish pycloudstack package
9+
name: Publish package
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Code

0 commit comments

Comments
 (0)