Skip to content

Commit

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

0 comments on commit a1c30e1

Please sign in to comment.