Skip to content

Commit ff3d6c1

Browse files
chore(deps): bump pypa/cibuildwheel from 2.3.1 to 2.4.0 (#233)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.3.1...v2.4.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a95cc20 commit ff3d6c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
103103

104104
- name: Build wheels
105-
uses: pypa/cibuildwheel@v2.3.1
105+
uses: pypa/cibuildwheel@v2.4.0
106106
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
107107
env:
108108
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -130,7 +130,7 @@ jobs:
130130
fetch-depth: 0 # required for versioneer to find tags
131131

132132
- name: Build wheels
133-
uses: pypa/cibuildwheel@v2.3.1
133+
uses: pypa/cibuildwheel@v2.4.0
134134
env:
135135
CIBW_ARCHS: "${{ matrix.arch }}"
136136
CIBW_BUILD: "cp39-manylinux_*"

0 commit comments

Comments
 (0)