wait for pypi in release action
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 22 Feb 2024 18:36:36 +0000 (19:36 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2024 18:36:36 +0000 (19:36 +0100)
.github/workflows/release.yml

index bb6b28088e8a06d4c3ab1610bb38a33b1e5fdfde..dc49b4d4efc027ff4ca6dfe41cb8696aca5c1076 100644 (file)
@@ -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