From 3df821404b28e08abd3e0c4df8e567408e8f48ca Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Mon, 6 Nov 2023 10:22:25 +0100 Subject: [PATCH] Update release CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27f4081..3c10a11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -261,7 +261,7 @@ jobs: name: Release runs-on: ubuntu-latest if: "startsWith(github.ref, 'refs/tags/')" - needs: [lint, linux, windows, macos, sdist] + needs: [lint, linux, linux-cross, musllinux, musllinux-cross, windows, macos, sdist] steps: - uses: actions/download-artifact@v3 with: