1
0
forked from bot/app

🚸 添加发布工作流

This commit is contained in:
2024-08-18 03:49:00 +08:00
parent 9d27abfe04
commit 5f5dcc7f99
2 changed files with 9 additions and 5 deletions

View File

@ -34,4 +34,9 @@ build-backend = "pdm.backend"
[tool.pdm.build]
includes = ["liteyuki/", "LICENSE", "README.md"]
excludes = ["tests/", "docs/", "src/"]
excludes = ["tests/", "docs/", "src/"]
[tool.pdm.version]
source = "scm"
tag_filter = "test/*"
tag_regex = '^test/(?:\D*)?(?P<version>([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]*))?$)$'