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 08994bf commit 332dc89Copy full SHA for 332dc89
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build wheels
35
run: python -m cibuildwheel --output-dir dist
36
env:
37
- CIBW_BEFORE_BUILD: pip install cython==3.0.8 && pip install -e . && python build.py
+ CIBW_BEFORE_BUILD: pip install Cython==3.0.11 && pip install -e . && python build.py
38
CIBW_TEST_REQUIRES: pytest
39
CIBW_TEST_COMMAND: pytest --showlocals {package}/tests
40
CIBW_SKIP: "{pp*}"
0 commit comments