diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 29a3a01c..e873b4b7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -145,7 +145,7 @@ jobs: name: Release runs-on: ubuntu-latest if: "startsWith(github.ref, 'refs/tags/')" - needs: [ windows, sdist ] + needs: [ linux, sdist ] steps: - uses: actions/download-artifact@v4 - name: Change Directory