Skip to content

Commit 241ca09

Browse files
skip musllinux
1 parent bfa9636 commit 241ca09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
uses: pypa/[email protected]
5050
env:
5151
HATCH_BUILD_HOOKS_ENABLE: true
52-
CIBW_SKIP: '{cp313-macosx_*,*i686*}'
52+
CIBW_SKIP: '{cp313-macosx_*,*i686*,*musllinux*}'
53+
5354

5455
- uses: actions/upload-artifact@v4
5556
with:

0 commit comments

Comments
 (0)