chore(ci): fixed python-package tag regexp

This commit is contained in:
Fabien LOISON 2024-01-06 17:37:15 +01:00
parent fce71f5f5a
commit 5fc75adb9d
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ name: "Build and Publish Python Packages"
on:
push:
tags: "v[0-9]+.[0-9]+.[0-9]+(-[0-9]+)?"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-[0-9]+"
jobs: