Skip to content

Commit 23474f5

Browse files
committed
fix workflow
1 parent bf4949f commit 23474f5

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
@@ -110,7 +110,7 @@ jobs:
110110
name: Release
111111
runs-on: ubuntu-latest
112112
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
113-
needs: [linux, musllinux, windows, macos, sdist]
113+
needs: [linux, windows, macos, sdist]
114114
permissions:
115115
# Use to sign the release artifacts
116116
id-token: write

0 commit comments

Comments
 (0)