We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35eb9d commit f917361Copy full SHA for f917361
1 file changed
.github/workflows/python-publish.yml
@@ -3,10 +3,7 @@ name: Publish Python Package
3
on:
4
push:
5
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]+"
+ - 'v*'
10
11
env:
12
PACKAGE_NAME: "fluss_pai"
0 commit comments