From: Marcel van der Veldt Date: Thu, 22 Feb 2024 18:36:36 +0000 (+0100) Subject: wait for pypi in release action X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=544e8051967bdcc3fcfc9e42841d660907edfc29;p=music-assistant-server.git wait for pypi in release action --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb6b2808..dc49b4d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,8 @@ jobs: with: user: __token__ password: ${{ secrets.PYPI_TOKEN }} + - name: Wait for PyPI + run: sleep 120 build-and-push-container-image: name: Builds and pushes the Music Assistant Server container to ghcr.io