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 1b413f4 commit ca950deCopy full SHA for ca950de
.github/workflows/ci-wheels.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
30
env:
31
CIBW_ARCHS: "${{ matrix.arch }}"
32
- CIBW_SKIP: "cp314-*"
+ CIBW_SKIP: "cp314*"
33
34
- name: Upload wheels
35
uses: actions/upload-artifact@v4
0 commit comments