Skip to content

Commit 7a55d48

Browse files
committed
Cleanup publish.yml
1 parent 4d09cfe commit 7a55d48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Release: transformer-ranker pypi"
33
on:
44
push:
55
tags:
6-
- 'v*.*.*' # run on new version tags >v0.1.3
6+
- 'v*.*.*' # run when new tag is added >v0.1.3
77

88
jobs:
99
build:
@@ -82,9 +82,9 @@ jobs:
8282
run: |
8383
echo ""
8484
echo " // transformer-ranker v${GITHUB_REF#refs/tags/v}"
85-
echo " ╭-------------------------------------------╮"
86-
echo " | uploading transformer-ranker to pypi ;p |"
87-
echo " ╰-------------------------------------------╯"
85+
echo " ╭----------------------------------------╮"
86+
echo " | uploading transformer-ranker to pypi |"
87+
echo " ╰----------------------------------------╯"
8888
echo ""
8989
9090
- name: upload -> pypi

0 commit comments

Comments
 (0)