Skip to content

Commit

Permalink
Remember to dowload the artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed Mar 29, 2024
1 parent e8699f4 commit 6fafca5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ jobs:
steps:
- run: echo "Tag = ${{ needs.tag-and-build.outputs.tag }}"

- name: Download release artifacts
uses: actions/download-artifact@v4
with:
name: release-artifacts

- name: Publish package on PyPI
if: needs.tag-and-build.outputs.tag
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 6fafca5

Please sign in to comment.