diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index fe0b2b5c890..ae0cfb51863 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -62,7 +62,7 @@ jobs: build_python: name: Build PyPi package - needs: init + needs: ["init", "build_base"] runs-on: ubuntu-latest if: github.repository_owner == 'home-assistant' && needs.init.outputs.publish == 'true' steps: