8000
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 aaf4cbe commit 14760c6Copy full SHA for 14760c6
.github/workflows/build-and-release.yaml
@@ -29,7 +29,7 @@ jobs:
29
python -m pip install -e .[all]
30
31
- name: Build wheels
32
- uses: pypa/cibuildwheel@v2.19.1
+ uses: pypa/cibuildwheel@v2.19.2
33
env:
34
# disable repair
35
CIBW_REPAIR_WHEEL_COMMAND: ""
@@ -56,7 +56,7 @@ jobs:
56
platforms: linux/arm64
57
58
59
60
61
CIBW_SKIP: "*musllinux* pp*"
62
.github/workflows/build-wheels-metal.yaml
@@ -30,7 +30,7 @@ jobs:
36
0 commit comments