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 9d16381 commit 4f6de52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# Build fails on windows currently
os: [ubuntu-latest, macos-13, macos-14]

steps:
Expand All @@ -16,7 +17,8 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_SKIP: cp36-*, cp312-macosx_*
# Build fails for Python 3.12 on ARM MacOS
CIBW_SKIP: cp36-*, cp312-macosx_arm64

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

0 comments on commit 4f6de52

Please sign in to comment.