From 0e27e7c04f30ac68d2ebee7ccd38033b3078e33c Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 11 Nov 2024 13:38:30 -0700 Subject: [PATCH] ci: release needs test --- .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 17e5df2..fcc5561 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,7 @@ jobs: name: Release runs-on: ubuntu-latest if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }} - needs: [linux, musllinux, windows, macos, sdist] + needs: [test, linux, musllinux, windows, macos, sdist] permissions: id-token: write contents: write