We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d552c64 commit 6220562Copy full SHA for 6220562
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
platforms: all
29
30
- - uses: pypa/cibuildwheel@v2.13.1
+ - uses: pypa/cibuildwheel@v2.14.1
31
env:
32
CIBW_TEST_COMMAND: "python -VV && python -m unittest discover -f -s {project}/tests/test_unit/"
33
CIBW_TEST_EXTRAS: "full"
0 commit comments