We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf53455 commit 4f76750Copy full SHA for 4f76750
.github/workflows/buildwheels.yml
@@ -52,7 +52,7 @@ 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"
0 commit comments