From: Marcel van der Veldt Date: Tue, 12 Mar 2024 19:45:52 +0000 (+0100) Subject: Update release.yml X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=9531797d954dab54cebffe7d925b656de5891c1d;p=music-assistant-server.git Update release.yml --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61a3b309..a7d91a62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,10 +15,10 @@ jobs: - name: Get tag id: vars run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT - - name: Set up Python 3.10 + - name: Set up Python 3.11 uses: actions/setup-python@v5.0.0 with: - python-version: "3.10" + python-version: "3.11" - name: Install build run: >- pip install build tomli tomli-w @@ -44,7 +44,7 @@ jobs: user: __token__ password: ${{ secrets.PYPI_TOKEN }} - name: Wait for PyPI - run: sleep 120 + run: sleep 300 build-and-push-container-image: name: Builds and pushes the Music Assistant Server container to ghcr.io @@ -53,9 +53,6 @@ jobs: packages: write needs: build-and-publish-pypi steps: - - name: Sleep for 60 seconds (to prevent race condition with the pypi upload) - run: sleep 60s - shell: bash - uses: actions/checkout@v4 - name: Log in to the GitHub container registry uses: docker/login-action@v3.0.0