Skip to content

Commit

Permalink
ci: fix artifact download path (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Jul 25, 2023
1 parent b5cdee5 commit fe29220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: dist
path: dist

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

0 comments on commit fe29220

Please sign in to comment.