Skip to content

Commit

Permalink
fixing github actions download
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymcrae committed Aug 20, 2024
1 parent 737cc1f commit eb37c23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
pattern: artifact-*
merge-multiple: true
path: dist

- uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit eb37c23

Please sign in to comment.