Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 18:42
Make build scripts tolerate a missing .venv (fixes CI installer builds)

The v1.0.0 release workflow's macOS job failed: scripts/build_macos.sh hard-exits if .venv doesn't exist, but the CI workflow installs dependencies straight into the runner's system Python with no venv at all — Windows/Linux would have hit the same wall. All three scripts now activate a .venv only when one is present, otherwise use whatever Python is already active.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>