We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e966f3b commit 131db40Copy full SHA for 131db40
.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.2
+ uses: pypa/cibuildwheel@v2.20.0
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