call task from pdm

remove build.ps1
This commit is contained in:
2025-02-13 16:47:20 +00:00
parent 9ee0dac610
commit cc0a1de07b
3 changed files with 4 additions and 25 deletions

View File

@@ -31,7 +31,9 @@ build-backend = "pdm.backend"
distribution = true
[tool.pdm.scripts]
build = {shell = "pwsh build.ps1"}
build = {shell = "task build"}
compress = {shell = "task compress"}
release = {composite = ["build", "compress"]}
[tool.ruff]
exclude = [