We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41513cc commit c500a3dCopy full SHA for c500a3d
.github/workflows/wheel.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/checkout@v4
27
28
- name: Build wheels
29
- uses: pypa/cibuildwheel@v2.22.0
+ uses: pypa/cibuildwheel@v2.23.1
30
env:
31
# Select wheels
32
CIBW_BUILD: "*-manylinux_x86_64 *-manylinux_aarch64 *-win_amd64 *-macosx_x86_64 *-macosx_arm64"
0 commit comments