Skip to content

Commit

Permalink
CI: Fix artifact download step
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Jul 1, 2024
1 parent fd34319 commit bba02f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
path: dist
pattern: dist-*
merge-multiple: true

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit bba02f7

Please sign in to comment.