From 120b17ca1fde41ce88c4265195aa7aabfea13d1d Mon Sep 17 00:00:00 2001 From: Lachlan Grose Date: Tue, 22 Oct 2024 15:10:27 +1100 Subject: [PATCH] Update release.yml --- .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 51934b5..91f94e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,7 +102,7 @@ jobs: skip_existing: true verbose: true upload_to_conda: - needs: ["release-please", "conda_build"] + needs: ["release-please", "conda-build"] runs-on: ${{matrix.os}} strategy: fail-fast: false