Skip to content

Commit e174773

Browse files
Bump pypa/cibuildwheel from 2.21.1 to 2.21.2 (#875)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.1 to 2.21.2. - [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.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1659795 commit e174773

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/[email protected].1
49+
uses: pypa/[email protected].2
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/[email protected].1
105+
uses: pypa/[email protected].2
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.1
1+
cibuildwheel==2.21.2

0 commit comments

Comments
 (0)