From 95667b454eaff1828e0c248c7066a1b2bff360c2 Mon Sep 17 00:00:00 2001 From: snowykami Date: Wed, 2 Oct 2024 12:51:11 +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 dcd8cf1..5f1c8a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,5 +24,5 @@ distribution = true [tool.pdm.version] source = "scm" -tag_filter = "test/*" +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