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: