Skip to content

Commit

Permalink
Point publish action to correct dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Nov 22, 2024
1 parent ba7cfd2 commit 92354b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ jobs:
run: python3 -m build
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: python/dist/

0 comments on commit 92354b5

Please sign in to comment.