Skip to content

Commit 1b6151d

Browse files
committed
ci: missing needs in deploy
Signed-off-by: Henry Schreiner <[email protected]>
1 parent f5a1662 commit 1b6151d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: hynek/build-and-inspect-python-package@v2
1818

1919
deploy:
20+
needs: [dist]
2021
runs-on: ubuntu-latest
2122
if: startsWith(github.ref, 'refs/tags/v')
2223
permissions:

0 commit comments

Comments
 (0)