Skip to content

Commit dfe556c

Browse files
authored
ci: missing needs in deploy (#102)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent f5a1662 commit dfe556c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/deploy.yml

+1
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)