chore(ci): fixed a regexp in python packaging workflow

This commit is contained in:
Fabien LOISON 2024-01-08 11:08:24 +01:00
parent 2f00b90e48
commit dbfc65e7e3
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ name: "Build and Publish Python Packages"
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-[0-9]+"
- "v[0-9]+\\.[0-9]+\\.[0-9]+"
- "v[0-9]+\\.[0-9]+\\.[0-9]+-[0-9]+"
jobs: