Skip to content

Commit

Permalink
🐛(github) fix PyPI workflow artifact path
Browse files Browse the repository at this point in the history
Hope this will be good now.
  • Loading branch information
jmaupetit committed Jun 14, 2024
1 parent c186243 commit 71340a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: release-dists
path: dist/
path: src/client/dist/

pypi-publish:
runs-on: ubuntu-latest
Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: release-dists
path: dist/
path: src/client/dist/
- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 71340a2

Please sign in to comment.