Skip to content

Fix building release assets#271

Merged
kaapstorm merged 1 commit into
masterfrom
nh/fixbuild
Apr 21, 2026
Merged

Fix building release assets#271
kaapstorm merged 1 commit into
masterfrom
nh/fixbuild

Conversation

@kaapstorm
Copy link
Copy Markdown
Contributor

@kaapstorm kaapstorm commented Apr 17, 2026

Uses uv venv instead of --system in release workflow.

uv pip install --system fails on GitHub runners because uv 0.9+ refuses to write to the system site-packages without root. Create a venv and activate it so pyinstaller and its deps install into a writable prefix.

🦖 SAAS-19469

uv pip install --system fails on GitHub runners because uv 0.9+ refuses
to write to the system site-packages without root. Create a venv and
activate it so pyinstaller and its deps install into a writable prefix.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@kaapstorm kaapstorm merged commit d25c89b into master Apr 21, 2026
7 checks passed
@kaapstorm kaapstorm deleted the nh/fixbuild branch April 21, 2026 15:13
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