Skip to content

Commit c873a05

Browse files
authored
Update cibw-cc.yaml
1 parent 13c6cf2 commit c873a05

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/cibw-cc.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- uses: actions/setup-python@v5
21-
with:
22-
python-version: "3.12"
2321

24-
- uses: pypa/[email protected].0rc1
22+
- uses: pypa/[email protected].0rc2
2523
env:
2624
CIBW_PLATFORM: pyodide
2725

@@ -40,7 +38,7 @@ jobs:
4038

4139
- run: brew upgrade cmake
4240

43-
- uses: pypa/[email protected].0b5
41+
- uses: pypa/[email protected].0rc2
4442
env:
4543
CIBW_PLATFORM: ios
4644
CIBW_ARCHS: all

0 commit comments

Comments
 (0)