Skip to content

ci: auto-build Retext.exe on release tags#6

Open
jmdlab wants to merge 1 commit into
mainfrom
ci/release-workflow
Open

ci: auto-build Retext.exe on release tags#6
jmdlab wants to merge 1 commit into
mainfrom
ci/release-workflow

Conversation

@jmdlab
Copy link
Copy Markdown
Owner

@jmdlab jmdlab commented Mar 25, 2026

Summary

Adds a GitHub Actions workflow that automatically builds Retext.exe whenever a v* tag is pushed.

  • Runs on windows-latest with Python 3.12
  • Installs deps, builds with PyInstaller, uploads the exe to the matching GitHub release
  • No more manual builds — just git tag v0.2.0 && git push --tags

Test plan

  • Merge, then create a test tag to verify the workflow runs and uploads the exe

🤖 Generated with Claude Code

Triggers on v* tags. Builds Retext.exe with PyInstaller on
windows-latest and uploads it to the corresponding GitHub release.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants