We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a1662 commit dfe556cCopy full SHA for dfe556c
.github/workflows/deploy.yml
@@ -17,6 +17,7 @@ jobs:
17
- uses: hynek/build-and-inspect-python-package@v2
18
19
deploy:
20
+ needs: [dist]
21
runs-on: ubuntu-latest
22
if: startsWith(github.ref, 'refs/tags/v')
23
permissions:
0 commit comments