From 2f0f4a950bd5f9345a23087eb42aefd66c3f0a50 Mon Sep 17 00:00:00 2001 From: nmammeri Date: Wed, 3 Jul 2024 14:41:58 +0200 Subject: [PATCH] ci: fix typo --- .github/workflows/release_pyton_pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_pyton_pytest.yml b/.github/workflows/release_pyton_pytest.yml index d7d6e12..589862e 100644 --- a/.github/workflows/release_pyton_pytest.yml +++ b/.github/workflows/release_pyton_pytest.yml @@ -150,7 +150,7 @@ jobs: name: Release runs-on: ubuntu-latest if: "startsWith(github.ref, 'refs/tags/')" - needs: [linux, windows, macos, sdist] + needs: [linux-x86_64, windows, macos, sdist] steps: - uses: actions/download-artifact@v4 with: