Skip to content

Commit 8c25d92

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

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.4.0
105+
uses: pypa/cibuildwheel@2.5.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.4.0
133+
uses: pypa/cibuildwheel@2.5.0
134134
env:
135135
CIBW_ARCHS: "${{ matrix.arch }}"
136136
CIBW_BUILD: "cp39-manylinux_*"

0 commit comments

Comments
 (0)