From ca3014bb147647817a0ea303c254cc22c4d672ed Mon Sep 17 00:00:00 2001 From: Christopher Ariza Date: Mon, 18 Dec 2023 08:31:39 -0800 Subject: [PATCH] corrected job name --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d730d63..18fc2e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: name: dist path: dist - whl_gte_3_9_to_3_11: + whl_3_9_to_3_11: name: Build / ${{ matrix.os }} / Python 3.${{ matrix.minor }} needs: matrix_config strategy: @@ -148,7 +148,7 @@ jobs: upload: name: Publish if: github.event_name == 'release' - needs: [tar_gz, whl_3_8, whl_gte_3_9_to_3_11, whl_3_12] + needs: [tar_gz, whl_3_8, whl_3_9_to_3_11, whl_3_12] runs-on: ubuntu-latest steps: - uses: actions/download-artifact@v3