Skip to content

Commit

Permalink
python: Fix pages dir for pypi publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Nov 14, 2024
1 parent f189634 commit b54c416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ jobs:
twine check --strict dist/*
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: python/dist

0 comments on commit b54c416

Please sign in to comment.