Commit Graph

5 Commits

Author SHA1 Message Date
KeksNino a8f0186c2e re-enable appimage build step 2026-07-10 23:57:39 +02:00
KeksNino 1574ae594e fix github CI 2026-07-10 23:42:28 +02:00
KeksNino 727d31fbcc fix stage artifact step in github CI 2026-07-10 23:32:28 +02:00
KeksNino fdd8aa81ba add appimage build script (credits to OnTheSpot) 2026-07-10 23:21:09 +02:00
Vxrtrauter fd3a0390df feat: Add sync README dependencies workflow and script
Introduce an automated workflow to keep the README's Python Dependencies section in sync with requirements.txt. Adds .github/workflows/sync-readme-dependencies.yml which runs scripts/sync_readme_dependencies.py on changes to requirements.txt (or manually), then opens a PR via peter-evans/create-pull-request. Adds the sync_readme_dependencies.py script that parses requirements.txt and replaces a managed block in README.md delimited by <!-- python-dependencies:start --> / <!-- python-dependencies:end -->. Also updates README.md to include those markers and correct dependency names/formatting. Additionally, change create-release.yml to use RELEASE_TOKEN (secrets.RELEASE_TOKEN) for release uploads instead of the repository GITHUB_TOKEN.
2026-04-09 00:13:14 +02:00