Skip to content

Commit

Permalink
build less wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed May 17, 2023
1 parent 601fa42 commit 184392f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
uses: pypa/[email protected]
env:
# Only build on Python 3 and skip 32-bit builds
CIBW_BUILD: cp3*-*
CIBW_SKIP: "*-win32 *-manylinux_i686"
CIBW_BUILD: "cp3*-*"
CIBW_SKIP: "cp36-* cp37-* *-win32 *linux_i686"

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

0 comments on commit 184392f

Please sign in to comment.