Commit 36422c1
committed
fix(ci): update release tag check to support PEP 440 pre-release versions
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 36422c1
1 file changed
Lines changed: 2 additions & 2 deletions
| 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