Skip to content

Commit 1b8c3ed

Browse files
dependabot[bot]jcfr
authored andcommitted
chore(deps): bump pypa/cibuildwheel from 2.13.1 to 2.14.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.13.1 to 2.14.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.13.1...v2.14.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 435b051 commit 1b8c3ed

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
@@ -108,7 +108,7 @@ jobs:
108108
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
109109

110110
- name: Build wheels
111-
uses: pypa/cibuildwheel@v2.13.1
111+
uses: pypa/cibuildwheel@v2.14.1
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.13.1
139+
uses: pypa/cibuildwheel@v2.14.1
140140
env:
141141
CIBW_ARCHS: "${{ matrix.arch }}"
142142
CIBW_BUILD: "cp39-manylinux_*"

0 commit comments

Comments
 (0)