ci: update for cibuildwheel 3.1.4

This commit is contained in:
Henry Schreiner
2025-08-21 16:56:27 -04:00
committed by GitHub
parent cddec2bb1d
commit 108a5454e7

View File

@@ -27,7 +27,7 @@ jobs:
PYODIDE_BUILD_EXPORTS: whole_archive
with:
package-dir: tests
only: cp312-pyodide_wasm32
only: cp313-pyodide_wasm32
build-ios:
name: iOS wheel ${{ matrix.runs-on }}
@@ -47,7 +47,6 @@ jobs:
- uses: pypa/cibuildwheel@v3.1
env:
CIBW_PLATFORM: ios
CIBW_SKIP: cp314-* # https://github.com/pypa/cibuildwheel/issues/2494
with:
package-dir: tests
@@ -77,8 +76,6 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- run: pipx install patchelf
- uses: pypa/cibuildwheel@v3.1
env:
CIBW_PLATFORM: android