Skip to content

Commit

Permalink
trying to skip musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Aug 5, 2024
1 parent d5c07e7 commit 5d83283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: pypa/[email protected]
env:
CIBW_ARCHS_MACOS: arm64
CIBW_SKIP: cp27-* cp34-* cp35-* cp36-*
CIBW_SKIP: cp27-* cp34-* cp35-* cp36-* musllinux*
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*

- name: Verify clean directory
Expand Down

0 comments on commit 5d83283

Please sign in to comment.