Skip to content

Commit c8ba91f

Browse files
committed
CI fix
1 parent a54743b commit c8ba91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
name: Release
143143
runs-on: ubuntu-latest
144144
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
145-
needs: [linux, musllinux, windows, macos, emscripten, sdist]
145+
needs: [linux, windows, macos, sdist]
146146
permissions:
147147
# Use to sign the release artifacts
148148
id-token: write

0 commit comments

Comments
 (0)