We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d53792 commit 8d08cebCopy full SHA for 8d08ceb
.github/workflows/build_and_upload.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: "Build wheels"
23
uses: "pypa/cibuildwheel@v2.12.0"
24
env:
25
- CIBW_SKIP: "pp* cp311-win32" # FIXME
+ CIBW_SKIP: "pp* cp311-win32 cp311-win_amd64" # FIXME
26
CIBW_BEFORE_BUILD: "pip install -U cython && ./update_cpp.sh"
27
CIBW_BEFORE_BUILD_WINDOWS: "pip install -U cython && update_cpp.sh"
28
CIBW_TEST_REQUIRES: "pytest"
0 commit comments