Skip to content

Commit

Permalink
Fix download-artifact name and path (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbayles authored Jun 6, 2023
1 parent 0afa0f5 commit 7d910f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
path: wheelhouse
name: artifact
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 7d910f5

Please sign in to comment.