Skip to content

Commit

Permalink
CHORE: Fix CI distribution package artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
truhanen committed Oct 30, 2023
1 parent 2891038 commit 10bab97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
steps:
- name: Get wheel artifact
uses: actions/download-artifact@v3
with:
path: dist

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

0 comments on commit 10bab97

Please sign in to comment.