Skip to content

Commit 6c7ba89

Browse files
committedJan 24, 2025
cicd config changes
1 parent 57589c1 commit 6c7ba89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ exclude = [
8282

8383
[tool.hatch.version]
8484
source = "vcs"
85-
tag-pattern = "^v(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)((a|b|rc)(0|[1-9]\\d*))?(\\.post(0|[1-9]\\d*))?(\\.dev(0|[1-9]\\d*))?$"
85+
tag-pattern = "^v(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:(?P<pre>a|b|rc)(?P<pre_n>0|[1-9]\\d*))?(?:\\.(?P<post>post)(?P<post_n>0|[1-9]\\d*))?(?:\\.(?P<dev>dev)(?P<dev_n>0|[1-9]\\d*))?$"
8686
fallback-version = "0.0.1"
8787

8888
[tool.hatch.build.hooks.vcs]

0 commit comments

Comments
 (0)