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.
1 parent 4dc2de3 commit 8d706fbCopy full SHA for 8d706fb
.github/workflows/build_wheels_linux.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v3
15
16
- name: Build wheels
17
- uses: pypa/cibuildwheel@v2.11.3
+ uses: pypa/cibuildwheel@v2.5.0
18
env:
19
CIBW_SKIP: "*musllinux*"
20
.github/workflows/build_wheels_macos.yml
MACOSX_DEPLOYMENT_TARGET: "10.14"
.github/workflows/build_wheels_windows.yml
- run: pipx run cibuildwheel==2.11.3
+ run: pipx run cibuildwheel==2.5.0
- uses: actions/upload-artifact@v3
with:
0 commit comments