Skip to content

Commit a0283c5

Browse files
dependabot[bot]mr-c
authored andcommitted
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 dd5ece0 commit a0283c5

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

4545
- name: Build wheels
46-
uses: pypa/cibuildwheel@v3.0.1
46+
uses: pypa/cibuildwheel@v3.1.0
4747
env:
4848
CIBW_BUILD: ${{ matrix.build }}
4949
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/${{ matrix.image }}
@@ -103,7 +103,7 @@ jobs:
103103
ref: ${{ github.event.client_payload.ref }}
104104

105105
- name: Build wheels
106-
uses: pypa/cibuildwheel@v3.0.1
106+
uses: pypa/cibuildwheel@v3.1.0
107107

108108
- uses: actions/upload-artifact@v4
109109
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)