Skip to content

Commit d9db57f

Browse files
committed
Update to cibuildwheel 3.1
1 parent 8e9e9ac commit d9db57f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests-cibw.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
submodules: true
2323
fetch-depth: 0
2424

25-
- uses: pypa/cibuildwheel@v3.0
25+
- uses: pypa/cibuildwheel@v3.1
2626
env:
2727
PYODIDE_BUILD_EXPORTS: whole_archive
2828
with:
@@ -44,7 +44,7 @@ jobs:
4444

4545
- run: brew upgrade cmake
4646

47-
- uses: pypa/cibuildwheel@v3.0
47+
- uses: pypa/cibuildwheel@v3.1
4848
env:
4949
CIBW_PLATFORM: ios
5050
with:
@@ -76,9 +76,9 @@ jobs:
7676
sudo udevadm control --reload-rules
7777
sudo udevadm trigger --name-match=kvm
7878
79-
- run: pipx install wheel patchelf
79+
- run: pipx install patchelf
8080

81-
- uses: mhsmith/cibuildwheel@android # TODO: update to a released version
81+
- uses: pypa/cibuildwheel@v3.1
8282
env:
8383
CIBW_PLATFORM: android
8484
with:

0 commit comments

Comments
 (0)