From c9d6265b9c2a85e84afacc213c26ef7f3316ec7a Mon Sep 17 00:00:00 2001 From: snowykami Date: Wed, 2 Oct 2024 12:52:51 +0800 Subject: [PATCH] :sparkles: first comm --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f1c8a8..222e3c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,4 +25,4 @@ distribution = true [tool.pdm.version] source = "scm" tag_filter = "v*" -tag_regex = '^test/(?:\D*)?(?P([1-9][0-9]*!)?(0|[1-9][0-9]*)(\.(0|[1-9][0-9]*))*((a|b|c|rc)(0|[1-9][0-9]*))?(\.post(0|[1-9][0-9]*))?(\.dev(0|[1-9][0-9]*))?$)$' \ No newline at end of file +tag_regex = '^v(?:\D*)?(?P([1-9][0-9]*!)?(0|[1-9][0-9]*)(\.(0|[1-9][0-9]*))*((a|b|c|rc)(0|[1-9][0-9]*))?(\.post(0|[1-9][0-9]*))?(\.dev(0|[1-9][0-9]*))?$)$' \ No newline at end of file