Skip to content

Commit

Permalink
new attempt to deny 32 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Luca van den Busch committed Jan 31, 2024
1 parent 745ee26 commit 1b27c45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: pypa/cibuildwheel@v2.9.0
env:
CIBW_BUILD: "*manylinux*64"
CIBW_SKIP: cp36* pp*
CIBW_SKIP: cp36* pp* *i686

- uses: actions/upload-artifact@v3
with:
Expand All @@ -42,7 +42,7 @@ jobs:
uses: pypa/cibuildwheel@v2.9.0
env:
CIBW_BUILD: "*musllinux*64"
CIBW_SKIP: cp36* pp*
CIBW_SKIP: cp36* pp* *i686

- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
uses: pypa/cibuildwheel@v2.9.0
env:
CIBW_BUILD: "*win*64"
CIBW_SKIP: cp36* pp*
CIBW_SKIP: cp36* pp* *win32

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1b27c45

Please sign in to comment.