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
fix: use uv virtual environment for cross-platform builds
- Replace 'uv pip install --system' with 'uv sync' + 'uv run'
- Avoid system Python permission issues on all platforms
- Simplify matrix by removing redundant platform parameter
- Use runner.os for platform detection
- More reliable and consistent build process
0 commit comments