Skip to content

Commit

Permalink
actions/download-artifact fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer committed Sep 12, 2024
1 parent e7bf545 commit 4b6cf8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@ jobs:
- uses: actions/download-artifact@v4
id: download
with:
name: dist
pattern: dist_*
merge-multiple: true
path: dist/

- name: Publish package to PyPI
Expand Down

0 comments on commit 4b6cf8a

Please sign in to comment.