We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48ab1a commit 4a7a270Copy full SHA for 4a7a270
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
platforms: all
29
30
- - uses: pypa/[email protected].2
+ - uses: pypa/[email protected].5
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