Skip to content

Commit 61724d7

Browse files
committed
ci: make upload_to_pypi job dependent on run_checks
1 parent c871575 commit 61724d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232

3333
upload_to_pypi:
3434
name: "Upload To PyPI"
35+
needs: run_checks
3536
runs-on: "ubuntu-latest"
3637
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
3738
steps:

0 commit comments

Comments
 (0)