Skip to content

Commit 1053738

Browse files
committed
Add missing job dependency
1 parent d9f027d commit 1053738

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ jobs:
151151

152152
runs-on: ubuntu-latest
153153

154+
needs:
155+
- publish-to-pypi
156+
154157
steps:
155158
- name: 🏹 Fire event on `${{ matrix.repo }}`
156159
run: |

0 commit comments

Comments
 (0)