-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BLD, CI: Use
cibuildwheel
to build Emscripten/Pyodide wheels, push …
…nightlies to Anaconda.org (#58647) * BLD: Add note about keeping jobs in sync * BLD, CI: Upload Emscripten wheels nightly to Anaconda * Add configuration for `cibuildwheel`-Pyodide * Use unreleased `cibuildwheel` in wheels CI job * Temporarily move config from TOML to env vars * Rename job, to match update comment * Try out Pyodide 0.26.1 * Move Pyodide configuration to `pyproject.toml` * Use cibuildwheel v2.19 + clean up workflow * Skip a test that uses subprocesses * Match tests args with other Pyodide tests; use `not single_cpu` * Bump to cibuildwheel version 2.19.1 * Don't add `cp312` in job name Co-authored-by: Matthew Roeschke <[email protected]> * Don't use separate job for Pyodide wheels * Fix matrix inclusion * Add separate step, set `CIBW_PLATFORM` to Pyodide * Add condition for non-Pyodide jobs * Use just one step, inherit `CIBW_PLATFORM` if not set Co-Authored-By: Thomas Li <[email protected]> * Remove condition that skips the step Co-Authored-By: Thomas Li <[email protected]> --------- Co-authored-by: Matthew Roeschke <[email protected]> Co-authored-by: Thomas Li <[email protected]>
- Loading branch information
1 parent
1165859
commit 2a9855b
Showing
4 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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