We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2828592 commit 74e6ae2Copy full SHA for 74e6ae2
.github/workflows/buildwheels.yml
@@ -52,10 +52,10 @@ jobs:
52
with:
53
platforms: arm64
54
- name: Build wheels
55
- uses: pypa/cibuildwheel@v2.16.2
+ uses: pypa/cibuildwheel@v2.20.0
56
env:
57
CIBW_TEST_REQUIRES: hypothesis pytest
58
- CIBW_TEST_COMMAND: "python {project}/test.py -v && python {project}/cydoctest.py -v"
+ CIBW_TEST_COMMAND: "py.test {project}/test.py -v && python {project}/cydoctest.py -v"
59
CIBW_SKIP: "pp* cp36-* cp37-*"
60
CIBW_ARCHS: ${{ matrix.cibw_archs }}
61
CIBW_TEST_SKIP: "*-win_arm64"
0 commit comments