Delay release of HA Python release until Docker is ready (#93798)

This commit is contained in:
Franck Nijhof
2023-05-30 14:39:19 +02:00
committed by GitHub
parent 1a9da67a28
commit 24e1243da7

View File

@@ -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: