Skip to content

Commit

Permalink
Release: make sure release artefacts are present for the tagging job
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Nov 22, 2024
1 parent cf3acec commit 0780bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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/
Expand Down

0 comments on commit 0780bf3

Please sign in to comment.