From 51e2690d6d2092b324fcc4ba33eff98806baffa1 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sun, 5 May 2024 22:32:35 +0100 Subject: [PATCH] Fix typo in release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbfdc1ec..11c007b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: github-release: runs-on: ubuntu-latest - needs: [publish-to-testpypi] + needs: [publish-testpypi] permissions: contents: write