We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e529940 commit a4e1451Copy full SHA for a4e1451
.github/workflows/build-and-release.yaml
@@ -42,7 +42,7 @@ jobs:
42
shell: cmd
43
44
- name: Build wheels
45
- uses: pypa/cibuildwheel@v2.20.0
+ uses: pypa/cibuildwheel@v2.21.1
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