Skip to content

Commit 79c65e0

Browse files
chore(deps): bump pypa/cibuildwheel from 2.12.3 to 2.13.0 (#368)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.3 to 2.13.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.12.3...v2.13.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 a71b44c commit 79c65e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
109109

110110
- name: Build wheels
111-
uses: pypa/cibuildwheel@v2.12.3
111+
uses: pypa/cibuildwheel@v2.13.0
112112
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
113113
env:
114114
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -136,7 +136,7 @@ jobs:
136136
fetch-depth: 0 # required for versioneer to find tags
137137

138138
- name: Build wheels
139-
uses: pypa/cibuildwheel@v2.12.3
139+
uses: pypa/cibuildwheel@v2.13.0
140140
env:
141141
CIBW_ARCHS: "${{ matrix.arch }}"
142142
CIBW_BUILD: "cp39-manylinux_*"

0 commit comments

Comments
 (0)