Conversation
…I build stability
|
What Was Updated: Created build-windows-sandbox.yml:
Why This Change Was Needed:
Maintainers can re-run CI installer tests any time and validate Windows builds before enabling them in production. |
|
The CI sandbox does not generate a Windows .exe build. To complete Windows installer support, the next phase involves resolving PyInstaller packaging issues. The sandbox workflow successfully installs all dependencies and prepares the environment, but PyInstaller currently fails to generate the final .exe build. Moving forward, the following tasks are required:
|
This PR introduces a sandbox GitHub Actions workflow (build-windows-sandbox.yml) that allows Mouser installer builds to be tested without modifying or affecting existing production workflows.
The workflow reuses the existing build-reusable.yml configuration and uploads the resulting installer as an artifact for manual download and validation.