Commit 86e31a2
authored
fix(ci): update release tag check to support PEP 440 pre-release versions (#87)
Update the tag format regex to accept all PEP 440 version identifiers:
alpha (a), beta (b), release candidate (rc), post-release (.post),
and dev releases (.dev), in addition to final releases (1.2.3).
Signed-off-by: Jimisola Laursen <jimisola@jimisola.com>1 parent edeb3af commit 86e31a2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments