refactor(build): fully rewrite build workflow + release; remove unused workflows

This commit is contained in:
2026-05-17 12:00:41 +03:00
parent c046c59fd2
commit 65b2d4f89c
4 changed files with 255 additions and 219 deletions
+8
View File
@@ -0,0 +1,8 @@
from __future__ import annotations
from app.cli import main
if __name__ == "__main__":
raise SystemExit(main())