Skip to content

Commit edfb9f3

Browse files
authored
Merge pull request #478 from pythonspeed/dependabot/github_actions/pypa/cibuildwheel-2.12.0
Bump pypa/cibuildwheel from 2.11.2 to 2.12.0
2 parents 55986fb + cace13c commit edfb9f3

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)