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-msvc-pypi
branch
from
July 22, 2026 16:29
616f4ee to
c301498
Compare
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-msvc-pypi
branch
from
July 22, 2026 16:48
c301498 to
8e9cdc6
Compare
IvanaGyro
force-pushed
the
codex/windows-pypi-workflows
branch
from
July 22, 2026 16:49
786e0cc to
816dc1c
Compare
20 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
force-pushed
the
codex/windows-msvc-pypi
branch
from
July 23, 2026 00:43
def374a to
1fc237f
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-cuda-release
branch
from
July 23, 2026 00:53
6c6e614 to
4ade236
Compare
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-cuda-release
branch
from
July 23, 2026 02:43
4ade236 to
97758c4
Compare
Co-Authored-By: OpenAI Codex <codex@openai.com>
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
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
#1109 → #1110 → #1116 → #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;win_amd64wheels;CI history
The earlier full-stack run proved the Windows jobs reach native compilation after fixing command-line-length, OpenBLAS discovery, and the direct
src/Type.cppLAPACK 3.11/MSVC include. The first split run then exposed that CMakeMODULEtargets require aLIBRARY DESTINATIONon Windows; #1118 now carries the portable install rule, and both descendant branches were rebased onto it.The earlier full-stack run passed macOS 14, macOS 15 Intel, Ubuntu x86-64, and Ubuntu ARM wheel jobs. Fresh split-stack checks are running.
Validation
git diff --check;.pydinstall rule;Part of #1114.