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 2ff65e5 commit d4102f7Copy full SHA for d4102f7
.github/workflows/tests-cibw.yml
@@ -22,7 +22,7 @@ jobs:
22
submodules: true
23
fetch-depth: 0
24
25
- - uses: mhsmith/cibuildwheel@android
+ - uses: pypa/cibuildwheel@3.0
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
@@ -66,5 +66,6 @@ jobs:
66
- uses: mhsmith/cibuildwheel@android
67
68
CIBW_PLATFORM: android
69
+ CIBW_ENVIRONMENT_ANDROID: ANDROID_API_LEVEL="24"
70
71
package-dir: tests
0 commit comments