We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37eb5f0 commit e522badCopy full SHA for e522bad
.github/workflows/build-and-release.yaml
@@ -42,7 +42,7 @@ jobs:
42
shell: cmd
43
44
- name: Build wheels
45
- uses: pypa/cibuildwheel@v2.22.0
+ uses: pypa/cibuildwheel@v2.23.2
46
env:
47
# disable repair
48
CIBW_REPAIR_WHEEL_COMMAND: ""
@@ -69,7 +69,7 @@ jobs:
69
platforms: linux/arm64
70
71
72
73
74
CIBW_SKIP: "*musllinux* pp*"
75
.github/workflows/build-wheels-metal.yaml
@@ -43,7 +43,7 @@ jobs:
49
0 commit comments