Skip to content

Commit bfd1b19

Browse files
committed
remove musllinux
1 parent 1649894 commit bfd1b19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/CI.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ jobs:
132132
runs-on: ubuntu-latest
133133
environment: release
134134
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
135-
needs: [linux, musllinux, macos, sdist]
135+
#needs: [linux, macos, musllinux, sdist]
136+
needs: [linux, macos, sdist]
136137
permissions:
137138
# Use to sign the release artifacts
138139
id-token: write

0 commit comments

Comments
 (0)