✨ 更新 .gitignore,删除 main 文件,修改 pyproject.toml,添加 Liteyuki PyPI 发布工作流
Some checks failed
Publish to Liteyuki PyPI / Upload release to PyPI (push) Failing after 21s
Some checks failed
Publish to Liteyuki PyPI / Upload release to PyPI (push) Failing after 21s
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "yukilog"
|
||||
version = "0.1.0"
|
||||
dynamic = ["version"]
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
@ -13,3 +13,22 @@ dev = [
|
||||
"mypy>=1.15.0",
|
||||
"pytest>=8.3.5",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["pdm-backend >= 2.4.0"]
|
||||
build-backend = "pdm.backend"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["yukilog"]
|
||||
|
||||
[tool.pdm.version]
|
||||
source = "scm"
|
||||
tag_filter = "v*"
|
||||
tag_regex = '^v(?:\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 = "0.1.0"
|
||||
|
||||
[[tool.uv.index]]
|
||||
name = "liteyuki-pypi"
|
||||
url = "https://git.liteyuki.icu/api/packages/LiteyukiStudio/pypi/simple"
|
||||
publish-url = "https://git.liteyuki.icu/api/packages/LiteyukiStudio/pypi"
|
||||
explicit = true
|
Reference in New Issue
Block a user