chore(ci): add Windows build workflow via GitHub Actions#415
Merged
Conversation
Refactored the GitHub Actions workflow to support a platform matrix, including Windows. MacOS build targets are now commented out, and the workflow runs on the platform specified in the matrix. Also added pull request trigger for the main branch.
cd7e7c9 to
88c5ed8
Compare
Updated macOS build workflow to remove Windows build steps and streamline matrix configuration. Added a dedicated Windows build workflow with steps for setting up dependencies, downloading UV, and building Tauri app for Windows. This improves separation of platform-specific build logic and simplifies maintenance.
067aca6 to
02da989
Compare
Added code to wrap sys.stdout with UTF-8 encoding to ensure proper output of Unicode characters. This change helps avoid encoding issues when running the ValueCell server backend.
02da989 to
f37e0e4
Compare
vcfgv
approved these changes
Nov 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Pull Request Template
1. Related Issue
Closes # (issue number)
2. Type of Change (select one)
Type of Change: Chore Update
3. Description
This PR introduces a new GitHub Actions workflow (
.github/workflows/win_build.yml) to automate the building process for the Windows platform.4. Testing
5. Checklist