From 1141bb968128fb556f4b25763b5ed7f2f6fad2eb Mon Sep 17 00:00:00 2001 From: Thomas Grimonet Date: Fri, 31 Mar 2023 11:44:06 +0200 Subject: [PATCH] ci: Fix release worflow --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2dae46a9b..ee6305f7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,14 +6,12 @@ on: tags: - 'v[0-9]+.[0-9]+.[0-9]+' # Push events to matching v*, i.e. v1.0, v20.15.10 jobs: - pypi: name: Publish version to Pypi servers runs-on: ubuntu-latest - needs: [release] steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v2 - name: Install dependencies run: |