We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43e8e6 commit 7cd8735Copy full SHA for 7cd8735
.github/workflows/build_and_upload.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: "Build wheels"
23
uses: "pypa/cibuildwheel@v2.16.2"
24
env:
25
- CIBW_SKIP: "pp* # 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