Skip to content

Commit 3f4ee99

Browse files
greateggsgregclaude
andcommitted
Use upstream cibuildwheel main for pyodide wheel builds
pypa/cibuildwheel#2812 was merged, so we no longer need the fork pin. Switch to pypa/cibuildwheel@main until the changes ship in a tagged release (latest is v3.4.1, which predates the merge). Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
1 parent 783278d commit 3f4ee99

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheel-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,9 @@ jobs:
415415
name: cryptography-sdist
416416

417417
# TODO: switch to released cibuildwheel once pypa/cibuildwheel#2812
418-
# (which adds cp314-pyodide_wasm32 / pyemscripten_2026_0_wasm32) is
419-
# merged.
420-
- run: pip install "cibuildwheel @ git+https://github.com/agriyakhetarpal/cibuildwheel.git@40ffec086b3068e0e4e2b86e9ef5ff6ff1156d9f"
418+
# (which adds cp314-pyodide_wasm32 / pyemscripten_2026_0_wasm32) ships
419+
# in a tagged release.
420+
- run: pip install "cibuildwheel @ git+https://github.com/pypa/cibuildwheel.git@main"
421421
- run: mkdir wheelhouse
422422

423423
- name: Cache cross-compiled OpenSSL

0 commit comments

Comments
 (0)