Skip to content

Commit 233c9cc

Browse files
committed
Build: Make upload job depend also on sdist artefact.
1 parent cd01ee3 commit 233c9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

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

154154
upload_release_assets:
155155
name: Upload Release Wheels
156-
needs: [ build_wheels, Linux ]
156+
needs: [ sdist, build_wheels, Linux ]
157157
runs-on: ubuntu-latest
158158
if: startsWith(github.ref, 'refs/tags')
159159

0 commit comments

Comments
 (0)