Skip to content

Commit 59c8b0d

Browse files
authored
ci: allow releasing versions >=10.0.0 (#2621)
1 parent b44e976 commit 59c8b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI_pypi_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Core / Project release on PyPi
1616
on:
1717
push:
1818
tags:
19-
- "**-v[0-9].[0-9]+.[0-9]+*"
19+
- "**-v[0-9]+.[0-9]+.[0-9]+*"
2020

2121
jobs:
2222
release-on-pypi:

0 commit comments

Comments
 (0)