Skip to content

Commit 82fc90d

Browse files
chore(deps): bump pypa/cibuildwheel in the actions group
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.19 to 2.20 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.19...v2.20) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4bb688d commit 82fc90d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/emscripten.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
submodules: true
2525
fetch-depth: 0
2626

27-
- uses: pypa/cibuildwheel@v2.19
27+
- uses: pypa/cibuildwheel@v2.20
2828
env:
2929
CIBW_PLATFORM: pyodide
3030

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
- uses: yezz123/setup-uv@v4
126126

127-
- uses: pypa/cibuildwheel@v2.19
127+
- uses: pypa/cibuildwheel@v2.20
128128
env:
129129
CIBW_BUILD: "${{ matrix.build }}"
130130
CIBW_BUILD_VERBOSITY: 1

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
platforms: all
5959

60-
- uses: pypa/cibuildwheel@v2.19
60+
- uses: pypa/cibuildwheel@v2.20
6161
env:
6262
CIBW_BUILD: cp${{ matrix.python }}-manylinux_*
6363
CIBW_ARCHS: ${{ matrix.arch }}
@@ -115,7 +115,7 @@ jobs:
115115

116116
- uses: yezz123/setup-uv@v4
117117

118-
- uses: pypa/cibuildwheel@v2.19
118+
- uses: pypa/cibuildwheel@v2.20
119119
env:
120120
CIBW_BUILD: ${{ matrix.build }}
121121
CIBW_ARCHS: ${{ matrix.arch }}

0 commit comments

Comments
 (0)