We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9e9ac commit d9db57fCopy full SHA for d9db57f
.github/workflows/tests-cibw.yml
@@ -22,7 +22,7 @@ jobs:
22
submodules: true
23
fetch-depth: 0
24
25
- - uses: pypa/cibuildwheel@v3.0
+ - uses: pypa/cibuildwheel@v3.1
26
env:
27
PYODIDE_BUILD_EXPORTS: whole_archive
28
with:
@@ -44,7 +44,7 @@ jobs:
44
45
- run: brew upgrade cmake
46
47
48
49
CIBW_PLATFORM: ios
50
@@ -76,9 +76,9 @@ jobs:
76
sudo udevadm control --reload-rules
77
sudo udevadm trigger --name-match=kvm
78
79
- - run: pipx install wheel patchelf
+ - run: pipx install patchelf
80
81
- - uses: mhsmith/cibuildwheel@android # TODO: update to a released version
82
83
CIBW_PLATFORM: android
84
0 commit comments