Skip to content

Commit

Permalink
chore(ci): fixed a regexp in python packaging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Jan 8, 2024
1 parent b6764d4 commit a4e2199
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: "Build and Publish Python Packages"

on:
push:
tags: "v[0-9]+.[0-9]+.[0-9]+"
tags:
- "v[0-9]+\\.[0-9]+\\.[0-9]+"
- "v[0-9]+\\.[0-9]+\\.[0-9]+-[0-9]+"

jobs:

Expand Down

0 comments on commit a4e2199

Please sign in to comment.