Skip to content

Commit

Permalink
CIBW_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Apr 23, 2024
1 parent 2f3d575 commit 1bb9a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
#CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*arm64"
CIBW_SKIP: "cp37-* pp*"
CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
CIBW_SKIP: "cp37-*"
- uses: actions/upload-artifact@v4
with:
name: wheels
Expand Down

0 comments on commit 1bb9a7e

Please sign in to comment.