We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20965f9 commit 4e80c11Copy full SHA for 4e80c11
.github/workflows/build.yml
@@ -67,6 +67,7 @@ jobs:
67
run: ls -lh dist
68
pypi-publish:
69
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
70
+ needs: [verify]
71
name: Upload release to PyPI
72
runs-on: ubuntu-latest
73
environment:
0 commit comments