Skip to content

Commit 188dc09

Browse files
chore(deps): bump pypa/cibuildwheel from 2.11.1 to 2.11.2 (#300)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.11.1 to 2.11.2. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.11.1...v2.11.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01685bf commit 188dc09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
if: matrix.use_qemu && fromJSON(env.USE_QEMU)
105105

106106
- name: Build wheels
107-
uses: pypa/[email protected].1
107+
uses: pypa/[email protected].2
108108
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
109109
env:
110110
CIBW_ARCHS: "${{ matrix.arch }}"
@@ -132,7 +132,7 @@ jobs:
132132
fetch-depth: 0 # required for versioneer to find tags
133133

134134
- name: Build wheels
135-
uses: pypa/[email protected].1
135+
uses: pypa/[email protected].2
136136
env:
137137
CIBW_ARCHS: "${{ matrix.arch }}"
138138
CIBW_BUILD: "cp39-manylinux_*"

0 commit comments

Comments
 (0)