8 Commits

Author SHA1 Message Date
kilyabin
fd10cb0cf1 fix: use merge-multiple for artifact download 2026-03-10 01:24:27 +04:00
kilyabin
d0b010f29b fix: simplify release asset preparation 2026-03-10 01:21:14 +04:00
kilyabin
3254f37d36 fix: remove delete-draft-releases action (not found) 2026-03-10 01:18:23 +04:00
kilyabin
b5d9f254c7 feat: support tag-based releases
- Trigger on both push to main and v* tags
- Use tag name for version when pushing tags (e.g., v2.0.0)
- Auto-generate version for branch pushes
- Tag releases are stable, branch releases are prerelease
2026-03-10 01:16:17 +04:00
kilyabin
b5022bf565 feat: auto-release on every push to main
- Trigger release workflow on push to main branch
- Auto-generate version from date + commit hash (e.g., v2026.03.10-abc1234)
- Delete previous draft releases to avoid accumulation
- Publish releases automatically (not as drafts)
- Mark releases as prerelease
2026-03-10 01:14:56 +04:00
kilyabin
f459969313 fix: simplify release asset naming
fix: correct release workflow asset handling
2026-03-10 01:13:33 +04:00
kilyabin
cf427d76fb ci: add release workflow for Windows, macOS, and Linux binaries
- Build standalone executables with PyInstaller
- Auto-create GitHub release on version tag push
- Release includes binaries for all platforms
2026-03-10 01:00:47 +04:00
kilyabin
61d0bbba4e ci: add GitHub Actions workflow with ruff, black, mypy 2026-03-10 00:57:58 +04:00