Skip to content

Commit e57c91d

Browse files
committed
edit: workflow file
1 parent ab6be7c commit e57c91d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
name: Release
151151
runs-on: ubuntu-latest
152152
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
153-
needs: [test, windows, linux, sdist]
153+
needs: [test, sdist]
154154
permissions:
155155
id-token: write
156156
contents: write

0 commit comments

Comments
 (0)