ci(windows): build and publish PyPI wheels - #1113
Open
IvanaGyro wants to merge 1 commit into
Open
Conversation
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
IvanaGyro
force-pushed
the
codex/windows-pypi-workflows
branch
from
July 22, 2026 16:30
b58122d to
786e0cc
Compare
IvanaGyro
force-pushed
the
codex/windows-pypi-workflows
branch
from
July 22, 2026 16:49
786e0cc to
816dc1c
Compare
21 tasks
IvanaGyro
force-pushed
the
codex/windows-pypi-workflows
branch
2 times, most recently
from
July 23, 2026 00:43
ffde89d to
940c746
Compare
IvanaGyro
changed the base branch from
codex/windows-msvc-pypi
to
codex/windows-cuda-release
July 23, 2026 00:46
IvanaGyro
force-pushed
the
codex/windows-pypi-workflows
branch
from
July 23, 2026 00:53
940c746 to
aee5968
Compare
IvanaGyro
marked this pull request as ready for review
July 23, 2026 02:04
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
IvanaGyro
force-pushed
the
codex/windows-pypi-workflows
branch
from
July 23, 2026 02:44
aee5968 to
aca9fd2
Compare
Collaborator
|
I thought we don't support native Windows? |
Member
Author
Collaborator
IvanaGyro
force-pushed
the
codex/windows-pypi-workflows
branch
from
July 29, 2026 09:04
aca9fd2 to
0faa560
Compare
Co-Authored-By: OpenAI Codex <codex@openai.com>
IvanaGyro
force-pushed
the
codex/windows-pypi-workflows
branch
from
July 29, 2026 09:16
0faa560 to
1068f55
Compare
This was referenced Jul 29, 2026
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.
Stack
master → #1110 → codex/windows-msvc-cuda-stack (#1116 patch) → #1117 → #1118 → #1119 → #1113This workflow-only PR depends on #1119. Its own diff is limited to the two existing PyPI workflow files.
Summary
wheel-cpuandwheel-cudaPixi environments;prepare-windowsbefore CPU wheels andprepare-cudabefore CUDA wheels, creating ARPACK/CUDA import libraries before CMake configures;win_amd64wheels;Prior failure and fix
The split Windows CUDA job reached native linking but failed in device LTO against the PyPI CUDA/NVVM layout. #1119 now disables IPO only for Windows CUDA release wheels while preserving Linux LTO. The earlier Windows
MODULEinstall issue is fixed in #1118.Validation
git diff --check;master.Part of #1114.