From 9531797d954dab54cebffe7d925b656de5891c1d Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Tue, 12 Mar 2024 20:45:52 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 -- 2.34.1