Skip to content

Commit

Permalink
Removed musl wheels as they fail to build
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Mar 7, 2024
1 parent 97b3cb5 commit b4ae76c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
tags:
- "v[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+"
- "v[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+-[0-9]+"
branches:
- fix-wheels

jobs:

Expand Down Expand Up @@ -65,7 +67,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_SKIP: cp*-win32
CIBW_SKIP: cp*-win32 cp*-musllinux_*

- name: "Upload artifacts"
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b4ae76c

Please sign in to comment.