File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ jobs:
7272 # -------------- Windows stuff ---------------- #
7373
7474 - if : ${{ matrix.os == 'windows-2022' }}
75- uses : msys2/setup-msys2@v2.30 .0
75+ uses : msys2/setup-msys2@v2.31 .0
7676 with :
7777 msystem : ucrt64
7878 update : true
7979
8080 - if : ${{ matrix.os == 'windows-11-arm' }}
81- uses : msys2/setup-msys2@v2.30 .0
81+ uses : msys2/setup-msys2@v2.31 .0
8282 with :
8383 msystem : clangarm64
8484 update : true
@@ -118,7 +118,7 @@ jobs:
118118 # ------------- actual build ------------- #
119119
120120 - name : Build wheels
121- uses : pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
121+ uses : pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
122122 env :
123123 CIBW_PLATFORM : ${{ matrix.cibw_platform }}
124124 CIBW_BUILD : ${{ matrix.kind == 'pyodide' && env.PYODIDE_CIBW_BUILD || matrix.cibw_build }}
You can’t perform that action at this time.
0 commit comments