We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7098c4f commit 1f25153Copy full SHA for 1f25153
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
platforms: all
29
30
- - uses: pypa/cibuildwheel@v2.16.5
+ - uses: pypa/cibuildwheel@v2.17.0
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