Skip to content

Commit cace13c

Browse files
Bump pypa/cibuildwheel from 2.11.2 to 2.12.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.11.2 to 2.12.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.11.2...v2.12.0) --- 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 3d56742 commit cace13c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
make test
7777
- name: "Build macOS wheels"
7878
if: startsWith(matrix.os, 'mac') && (matrix.python-version == '3.9')
79-
uses: pypa/cibuildwheel@v2.11.2
79+
uses: pypa/cibuildwheel@v2.12.0
8080
env:
8181
MACOSX_DEPLOYMENT_TARGET: "10.15"
8282
CIBW_ARCHS_MACOS: "x86_64 arm64"
@@ -163,7 +163,7 @@ jobs:
163163
with:
164164
platforms: arm64
165165
- name: Build wheels
166-
uses: pypa/cibuildwheel@v2.9.0
166+
uses: pypa/cibuildwheel@v2.12.0
167167
with:
168168
output-dir: dist
169169
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)