Skip to content

Commit fc39be2

Browse files
committed
hotfix: release step non-profit dependencies skipped
1 parent 33cca38 commit fc39be2

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
@@ -148,7 +148,7 @@ jobs:
148148
name: Release
149149
runs-on: ubuntu-latest
150150
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
151-
needs: [test, linux, windows, sdist]
151+
needs: [test, windows, sdist]
152152
permissions:
153153
id-token: write
154154
contents: write

0 commit comments

Comments
 (0)