diff --git a/.github/workflows/maturin.yml b/.github/workflows/maturin.yml index 58a1657..e9dfb91 100644 --- a/.github/workflows/maturin.yml +++ b/.github/workflows/maturin.yml @@ -68,7 +68,7 @@ jobs: name: Release runs-on: ubuntu-latest if: "startsWith(github.ref, 'refs/tags/')" - needs: [macos] + needs: [macos, windows] permissions: # Used to upload release artifacts contents: write