Skip to content

Commit

Permalink
Updated wheel build command.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauri-codes committed May 14, 2024
1 parent 4f6de52 commit cef96e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
# Build fails for Python 3.12 on ARM MacOS
CIBW_SKIP: cp36-*, cp312-macosx_arm64
# Build fails for Python 3.12
CIBW_SKIP: cp36-*, cp312-*

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

0 comments on commit cef96e1

Please sign in to comment.