Skip to content

Commit 0391e8c

Browse files
Bump pypa/cibuildwheel from 2.21.2 to 2.21.3 (#881)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.2 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.2...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25cd3fa commit 0391e8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# platforms: all
4747

4848
- name: Build wheels
49-
uses: pypa/cibuildwheel@v2.21.2
49+
uses: pypa/cibuildwheel@v2.21.3
5050
env:
5151
CIBW_BUILD: ${{ matrix.build }}
5252
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/${{ matrix.image }}
@@ -102,7 +102,7 @@ jobs:
102102
ref: ${{ github.event.client_payload.ref }}
103103

104104
- name: Build wheels
105-
uses: pypa/cibuildwheel@v2.21.2
105+
uses: pypa/cibuildwheel@v2.21.3
106106

107107
- uses: actions/upload-artifact@v4
108108
with:

cibw-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cibuildwheel==2.21.2
1+
cibuildwheel==2.21.3

0 commit comments

Comments
 (0)