Skip to content

Commit af577eb

Browse files
dependabot[bot]mr-c
authored andcommitted
build(deps): bump pypa/cibuildwheel from 3.0.1 to 3.1.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df3e644 commit af577eb

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
@@ -44,7 +44,7 @@ jobs:
4444
# platforms: all
4545

4646
- name: Build wheels
47-
uses: pypa/cibuildwheel@v3.0.1
47+
uses: pypa/cibuildwheel@v3.1.0
4848
env:
4949
CIBW_BUILD: ${{ matrix.build }}
5050
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/${{ matrix.image }}
@@ -100,7 +100,7 @@ jobs:
100100
ref: ${{ github.event.client_payload.ref }}
101101

102102
- name: Build wheels
103-
uses: pypa/cibuildwheel@v3.0.1
103+
uses: pypa/cibuildwheel@v3.1.0
104104

105105
- uses: actions/upload-artifact@v4
106106
with:

cibw-requirements.txt

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

0 commit comments

Comments
 (0)