Skip to content

Commit f9d089c

Browse files
dependabot[bot]mr-c
authored andcommitted
build(deps): bump pypa/cibuildwheel from 3.3 to 3.4
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.3 to 3.4. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.3...v3.4) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '3.4' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2184c0f commit f9d089c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.3
47+
uses: pypa/cibuildwheel@v3.4
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.3
103+
uses: pypa/cibuildwheel@v3.4
104104

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

0 commit comments

Comments
 (0)