Skip to content

Commit 1b27c45

Browse files
author
Jan Luca van den Busch
committed
new attempt to deny 32 bit
1 parent 745ee26 commit 1b27c45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: pypa/cibuildwheel@v2.9.0
2727
env:
2828
CIBW_BUILD: "*manylinux*64"
29-
CIBW_SKIP: cp36* pp*
29+
CIBW_SKIP: cp36* pp* *i686
3030

3131
- uses: actions/upload-artifact@v3
3232
with:
@@ -42,7 +42,7 @@ jobs:
4242
uses: pypa/cibuildwheel@v2.9.0
4343
env:
4444
CIBW_BUILD: "*musllinux*64"
45-
CIBW_SKIP: cp36* pp*
45+
CIBW_SKIP: cp36* pp* *i686
4646

4747
- uses: actions/upload-artifact@v3
4848
with:
@@ -74,7 +74,7 @@ jobs:
7474
uses: pypa/cibuildwheel@v2.9.0
7575
env:
7676
CIBW_BUILD: "*win*64"
77-
CIBW_SKIP: cp36* pp*
77+
CIBW_SKIP: cp36* pp* *win32
7878

7979
- uses: actions/upload-artifact@v3
8080
with:

0 commit comments

Comments
 (0)