Skip to content

Commit

Permalink
Skip buuild on i686
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Oct 14, 2023
1 parent 0fd3530 commit 800b2d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install cibuildwheel
run: python -m pip install cibuildwheel

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_SKIP: cp36-* cp37-* pp*
CIBW_SKIP: cp36-* cp37-* pp* cp312-*i686*

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

0 comments on commit 800b2d9

Please sign in to comment.