Skip to content

Commit

Permalink
Fixed artifacts not being downloaded for releaser jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaTegner committed Feb 15, 2024
1 parent 66f2427 commit 985e842
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: dist/
merge-multiple: true
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand All @@ -131,6 +132,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: dist/
merge-multiple: true
- name: Make release
uses: "marvinpinto/[email protected]"
with:
Expand Down

0 comments on commit 985e842

Please sign in to comment.