mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 04:07:23 +08:00
🚸 添加发布工作流
This commit is contained in:
parent
85a7c28a3a
commit
fcbc410f1a
@ -20,7 +20,6 @@ dependencies = [
|
||||
"PyYAML==6.0.2",
|
||||
"toml==0.10.2",
|
||||
"watchdog==4.0.1",
|
||||
"GitPython~=3.1.42"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
@ -30,7 +29,7 @@ Repository = "https://github.com/LiteyukiStudio/LiteyukiBot"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["pdm-backend", "loguru", "pydantic", "PyYAML", "toml", "watchdog", "GitPython"]
|
||||
requires = ["pdm-backend", "loguru", "pydantic", "PyYAML", "toml", "watchdog"]
|
||||
build-backend = "pdm.backend"
|
||||
|
||||
[tool.pdm.build]
|
||||
@ -40,6 +39,4 @@ excludes = ["tests/", "docs/", "src/"]
|
||||
[tool.pdm.version]
|
||||
source = "scm"
|
||||
version_format = "liteyuki.version:format_version"
|
||||
fallback_version = "6.0.0"
|
||||
#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]*))?$)$'
|
||||
fallback_version = "6.0.0"
|
Loading…
Reference in New Issue
Block a user