Skip to content

Commit c3552d9

Browse files
Bump cibuildwheel from 2.21.0 to 2.21.1 (#870)
Bumps [cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.0 to 2.21.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21...v2.21.1) --- updated-dependencies: - dependency-name: 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 57e9f04 commit c3552d9

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

0 commit comments

Comments
 (0)