From 8936772f9901012fd6269b46d47fcd47dda9fd6a Mon Sep 17 00:00:00 2001 From: Eric Veilleux Date: Sun, 28 Jan 2024 01:49:11 -0500 Subject: [PATCH] Update CI.yml --- .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 d401717..9e9d824 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -84,7 +84,7 @@ jobs: name: Release runs-on: ubuntu-latest if: "startsWith(github.ref, 'refs/tags/')" - needs: [linux, windows, macos, sdist] + needs: [linux, windows, sdist] steps: - uses: actions/download-artifact@v3 with: