Skip to content

Commit

Permalink
ci: missing needs in deploy (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Jan 17, 2025
1 parent f5a1662 commit dfe556c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: hynek/build-and-inspect-python-package@v2

deploy:
needs: [dist]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
permissions:
Expand Down

0 comments on commit dfe556c

Please sign in to comment.