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 94f1064 commit 0017888Copy full SHA for 0017888
.github/workflows/release.yml
@@ -98,7 +98,7 @@ jobs:
98
with:
99
platforms: all
100
- name: Build wheels
101
- uses: pypa/cibuildwheel@v2.11.4
+ uses: pypa/cibuildwheel@v2.21.3
102
env:
103
CIBW_SKIP: "pp* *musllinux*"
104
CIBW_ARCHS: ${{ matrix.architecture }}
.github/workflows/release_test.yml
@@ -100,7 +100,7 @@ jobs:
105
106
0 commit comments