8000
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 398fe81 commit 35c980eCopy full SHA for 35c980e
.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.0
+ uses: pypa/cibuildwheel@v2.19.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
.github/workflows/build-wheels-metal.yaml
@@ -30,7 +30,7 @@ jobs:
- uses: pypa/cibuildwheel@v2.18.1
36
0 commit comments