Skip to content

Commit

Permalink
🐛(github) fix PyPI workflow dist path
Browse files Browse the repository at this point in the history
The final fix I hope.
  • Loading branch information
jmaupetit committed Jun 14, 2024
1 parent 71340a2 commit 01998e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ jobs:
path: src/client/dist/
- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages_dir: src/client/dist/

0 comments on commit 01998e1

Please sign in to comment.