Skip to content

Commit

Permalink
ci: fix the 'deploy' workflow for dists on github. (#10)
Browse files Browse the repository at this point in the history
The name of the artifact expected by `github-publish` was no the same as
the one created in `release-build`.
The name was fixed to correspond to the GitHub actions docs of "publishing to
PyPI".
  • Loading branch information
Yannick-Dayer authored Jul 24, 2024
1 parent d99ef13 commit bd31661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Retrieve the package from GitHub actions artifacts
uses: actions/download-artifact@v4
with:
name: release-dist
name: release-dists
path: dist/
- name: Upload the release package to GitHub Release
env:
Expand Down

0 comments on commit bd31661

Please sign in to comment.