From 0780bf386c5485e2b9e2ac34dfd3379d1097a2ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Fri, 22 Nov 2024 02:05:36 +0000 Subject: [PATCH] Release: make sure release artefacts are present for the tagging job --- .github/workflows/make_release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make_release.yaml b/.github/workflows/make_release.yaml index e39c789396..f8f15a9eb4 100644 --- a/.github/workflows/make_release.yaml +++ b/.github/workflows/make_release.yaml @@ -98,7 +98,7 @@ jobs: make-github-release: name: Create GitHub release runs-on: ubuntu-latest - needs: publish-to-pypi + needs: [build, publish-to-pypi] env: CHANGELOG: ${{ needs.build.outputs.changelog }} steps: @@ -114,7 +114,7 @@ jobs: custom_tag: ${{ env.NEW_VERSION }} - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-package-distributions path: dist/