From 962488395462e6b3bb69b835e9fb0e7a43a5b7fb Mon Sep 17 00:00:00 2001 From: Din Date: Thu, 25 Jul 2024 21:18:02 -0700 Subject: [PATCH] update pypi release to depend on all targets --- .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 e242471..2a2b29e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -142,7 +142,7 @@ jobs: name: Release runs-on: ubuntu-latest if: "startsWith(github.ref, 'refs/tags/')" - needs: [linux] + needs: [linux, musllinux, windows, macos] steps: - uses: actions/download-artifact@v4 - name: Publish to PyPI