We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent135c8a3 commit2a7e2c0Copy full SHA for 2a7e2c0
.github/workflows/wheels.yml
@@ -29,11 +29,11 @@ jobs:
29
CIBW_ARCHS_WINDOWS:"AMD64 x86"
30
# disable aarm64 build since its too slow to build(docker + qemu)
31
CIBW_ARCHS_LINUX:"x86_64 i686"
32
-# it looks cibuildwheel fails to add version string to wheel file for python 3.6, so skip it
33
-CIBW_SKIP:pp*
34
# To test jdepp fully, we need to download dictionary.
35
# for a while, we just test 'import jdepp' succeeds to confirm no undefined symbol error.
36
CIBW_TEST_COMMAND:"python tests/import_test.py"
+# it looks cibuildwheel fails to add version string to wheel file for python 3.6, so skip it
+CIBW_SKIP:pp*
37
38
-uses:actions/upload-artifact@v4
39
with: