ci: create release

This commit is contained in:
2 * r + 2 * t
2025-09-13 23:36:01 +10:00
parent 2eda287a80
commit 54f7611437
2 changed files with 45 additions and 0 deletions
+7
View File
@@ -17,5 +17,12 @@ caelestia = "caelestia:main"
[tool.hatch.version]
source = "vcs"
[tool.hatch.build.targets.sdist]
only-include = [
"src",
"completions",
"README.md"
]
[tool.ruff]
line-length = 120