We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745ee26 commit 1b27c45Copy full SHA for 1b27c45
.github/workflows/python-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: pypa/cibuildwheel@v2.9.0
27
env:
28
CIBW_BUILD: "*manylinux*64"
29
- CIBW_SKIP: cp36* pp*
+ CIBW_SKIP: cp36* pp* *i686
30
31
- uses: actions/upload-artifact@v3
32
with:
@@ -42,7 +42,7 @@ jobs:
42
43
44
CIBW_BUILD: "*musllinux*64"
45
46
47
48
@@ -74,7 +74,7 @@ jobs:
74
75
76
CIBW_BUILD: "*win*64"
77
+ CIBW_SKIP: cp36* pp* *win32
78
79
80
0 commit comments