We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e9a76 commit 0761d87Copy full SHA for 0761d87
.github/workflows/build_and_upload.yml
@@ -20,9 +20,9 @@ jobs:
20
with:
21
submodules: true
22
- name: "Build wheels"
23
- uses: "pypa/cibuildwheel@v2.12.0"
+ uses: "pypa/cibuildwheel@v2.16.2"
24
env:
25
- CIBW_SKIP: "pp* cp311-win32 cp311-win_amd64" # FIXME
+ CIBW_SKIP: "pp* # 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