Skip to content

Commit ee36be6

Browse files
Update CI.yaml
1 parent e2c42eb commit ee36be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
name: Release
158158
runs-on: ubuntu-latest
159159
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
160-
needs: [linux, musllinux, windows, macos, sdist]
160+
needs: [linux, musllinux, windows, macos, sdist, test]
161161
permissions:
162162
# Use to sign the release artifacts
163163
id-token: write

0 commit comments

Comments
 (0)