Skip to content

Commit 78a91da

Browse files
Bump pypa/cibuildwheel from 2.21.1 to 2.21.3
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.1 to 2.21.3. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21.1...v2.21.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8ee07ff commit 78a91da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
uv-version: "0.4.10"
139139

140140
- name: Build and test wheels
141-
uses: pypa/cibuildwheel@v2.21.1
141+
uses: pypa/cibuildwheel@v2.21.3
142142

143143
- uses: actions/upload-artifact@v4
144144
with:

.github/workflows/build-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
CIBW_MANYLINUX_I686_IMAGE: ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
9292
CIBW_MANYLINUX_PYPY_I686_IMAGE: ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
9393

94-
uses: pypa/cibuildwheel@v2.21.1
94+
uses: pypa/cibuildwheel@v2.21.3
9595

9696
# We upload the generated files under github actions assets
9797
- name: Upload dist

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uv-version: "0.4.10"
6363

6464
- name: Build and test wheels
65-
uses: pypa/cibuildwheel@v2.21.1
65+
uses: pypa/cibuildwheel@v2.21.3
6666

6767
- uses: actions/upload-artifact@v4
6868
with:

0 commit comments

Comments
 (0)