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