mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-12 17:26:13 +00:00
ci: update for cibuildwheel 3.1.4
This commit is contained in:
5
.github/workflows/tests-cibw.yml
vendored
5
.github/workflows/tests-cibw.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user