You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>