Skip to content

Commit 85288e6

Browse files
authored
Fix release workflow (#893)
1 parent c3aca76 commit 85288e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117

118118
Release:
119-
needs: [ build, build_sdist, build_none ]
119+
needs: [ build, build_sdist, build_no_ext ]
120120
if: success()
121121
runs-on: ubuntu-latest
122122
permissions:

0 commit comments

Comments
 (0)