2 Commits
Author SHA1 Message Date
vhaudiquet 2e51e9c41f Add CI with checks and automated release builds
CI / check (push) Successful in 6s
CI / release (push) Failing after 4s
Gitea Actions workflow (.gitea/workflows/ci.yml):

- check job: ruff format --check, ruff check, ty check on pushes to main
- release job on v* tags: build a standalone Linux executable with
  PyInstaller (--onefile), smoke-test it, create a Gitea release via
  the API and upload the binary as an asset

Also add a pyinstaller build dependency group and bump to 0.3.0.
2026-08-25 20:07:58 +02:00
vhaudiquet bc451f9830 Initial commit 2026-08-21 14:55:45 +02:00