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.
2 parents 2907c26 + c564007 commit 10b7c50Copy full SHA for 10b7c50
.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.18.0
+ uses: pypa/cibuildwheel@v2.18.1
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
0 commit comments