3 Commits
Author SHA1 Message Date
vhaudiquet cbca729693 Force uv-managed Python in release build
CI / check (push) Successful in 5s
CI / release (push) Successful in 28s
The runner's system CPython 3.12.3 satisfies the '3.12' request, so uv
kept using it and PyInstaller failed: system python is built without
libpython3.x.so. Set UV_PYTHON_PREFERENCE=only-managed and install the
managed interpreter explicitly.
2026-08-25 20:45:27 +02:00
vhaudiquet b41f0f509e Pin uv-managed Python 3.12 in CI for PyInstaller
CI / check (push) Successful in 6s
CI / release (push) Failing after 5s
The runner's system CPython is built without a shared libpython3.x.so,
which PyInstaller --onefile requires. setup-uv's python-version input
makes uv provision its managed CPython, which ships the shared library.
2026-08-25 20:39:00 +02:00
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