Release: make sure release artefacts are present for the tagging job

This commit is contained in:
Šarūnas Nejus 2024-11-22 02:05:36 +00:00
parent cf3acec555
commit 0780bf386c
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435

View file

@ -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/