diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9e19bb0..23e94d6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,7 +166,7 @@ jobs: deploy: runs-on: ubuntu-latest - needs: [unit_tests, isort, black, flake8, mypy] + needs: [unit_tests, isort, black, flake8, mypy, build_and_push_dist] if: | github.event_name == 'push' && (