Skip to content

Commit

Permalink
Skip 32-bit builds
Browse files Browse the repository at this point in the history
  • Loading branch information
davecwright3 committed Feb 19, 2024
1 parent 550d6e9 commit bb43218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
# Skip CPython 3.6, 3.7, 3.8, 3.12
CIBW_SKIP: cp36-* cp37-* cp38-* cp312-* pp*
# Skip CPython 3.6, 3.7, 3.8, 3.12, PyPy, and 32-bit
CIBW_SKIP: "cp36-* cp37-* cp38-* cp312-* pp* *-manylinux_i686"

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

0 comments on commit bb43218

Please sign in to comment.