Skip to content

Commit 826aaa8

Browse files
Copilotalexlib
andcommitted
Refine tag patterns for PyPI publish trigger
Co-authored-by: alexlib <747110+alexlib@users.noreply.github.com>
1 parent fc4cf61 commit 826aaa8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build and upload to PyPI
22
on:
33
push:
44
tags:
5-
- "v*"
6-
- "*.*.*"
5+
- "v[0-9]*.[0-9]*.[0-9]*"
6+
- "[0-9]*.[0-9]*.[0-9]*"
77

88
jobs:
99
build-and-publish:

0 commit comments

Comments
 (0)