Skip to content

Commit

Permalink
ci(python): read python packages from python/dist
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihky committed Dec 9, 2024
1 parent 20baf9c commit a9096af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: python3 -m pip install --upgrade build
- name: Build package
run: make clean build

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: python/dist

0 comments on commit a9096af

Please sign in to comment.