From 7be654a6bff4659cd872ef1a69a2b45a1724a943 Mon Sep 17 00:00:00 2001 From: relf Date: Fri, 5 Jan 2024 22:30:16 +0100 Subject: [PATCH] Try to change dependency order --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 9feef2a5..cd921393 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -101,7 +101,7 @@ jobs: release: name: Release runs-on: ubuntu-latest - needs: [linux, windows, macos, sdist] + needs: [sdist, macos, linux, windows] steps: - uses: actions/download-artifact@v4 with: