Skip to content

Commit f917361

Browse files
committed
using v*
1 parent e35eb9d commit f917361

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ name: Publish Python Package
33
on:
44
push:
55
tags:
6-
- "[0-9]+.[0-9]+.[0-9]+"
7-
- "[0-9]+.[0-9]+.[0-9]+a[0-9]+"
8-
- "[0-9]+.[0-9]+.[0-9]+b[0-9]+"
9-
- "[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
6+
- 'v*'
107

118
env:
129
PACKAGE_NAME: "fluss_pai"

0 commit comments

Comments
 (0)