We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55986fb + cace13c commit edfb9f3Copy full SHA for edfb9f3
.github/workflows/main.yml
@@ -76,7 +76,7 @@ jobs:
76
make test
77
- name: "Build macOS wheels"
78
if: startsWith(matrix.os, 'mac') && (matrix.python-version == '3.9')
79
- uses: pypa/cibuildwheel@v2.11.2
+ uses: pypa/cibuildwheel@v2.12.0
80
env:
81
MACOSX_DEPLOYMENT_TARGET: "10.15"
82
CIBW_ARCHS_MACOS: "x86_64 arm64"
@@ -163,7 +163,7 @@ jobs:
163
with:
164
platforms: arm64
165
- name: Build wheels
166
- uses: pypa/cibuildwheel@v2.9.0
167
168
output-dir: dist
169
- uses: actions/upload-artifact@v2
0 commit comments