Skip to content

Commit 6d12e24

Browse files
chore(deps): bump pypa/cibuildwheel from 2.2.2 to 2.3.0 (#212)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.2.2...v2.3.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 b29e456 commit 6d12e24

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
@@ -94,7 +94,7 @@ jobs:
9494
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
9595

9696
- name: Build wheels
97-
uses: pypa/cibuildwheel@v2.2.2
97+
uses: pypa/cibuildwheel@v2.3.0
9898
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
9999
env:
100100
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -122,7 +122,7 @@ jobs:
122122
fetch-depth: 0 # required for versioneer to find tags
123123

124124
- name: Build wheels
125-
uses: pypa/cibuildwheel@v2.2.2
125+
uses: pypa/cibuildwheel@v2.3.0
126126
env:
127127
CIBW_ARCHS: "${{ matrix.arch }}"
128128
CIBW_BUILD: "cp39-manylinux_*"

0 commit comments

Comments
 (0)