We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c6cf2 commit c873a05Copy full SHA for c873a05
1 file changed
.github/workflows/cibw-cc.yaml
@@ -18,10 +18,8 @@ jobs:
18
- uses: actions/checkout@v4
19
20
- uses: actions/setup-python@v5
21
- with:
22
- python-version: "3.12"
23
24
- - uses: pypa/cibuildwheel@v3.0.0rc1
+ - uses: pypa/cibuildwheel@v3.0.0rc2
25
env:
26
CIBW_PLATFORM: pyodide
27
@@ -40,7 +38,7 @@ jobs:
40
38
41
39
- run: brew upgrade cmake
42
43
- - uses: pypa/cibuildwheel@v3.0.0b5
44
45
CIBW_PLATFORM: ios
46
CIBW_ARCHS: all
0 commit comments