Skip to content

Commit

Permalink
Try again for package dirgp
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Oct 9, 2024
1 parent 26e6410 commit 11462a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/single-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
# Require ref to be a tag
- run: git show-ref --verify refs/tags/${{ github.event.inputs.ref }}
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
- run: uv build
working-directory: python/packages/${{ github.event.inputs.package }}
- run: uv build --package ${{ github.event.inputs.package }} --out-dir dist/
working-directory: python
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: python/packages/${{ github.event.inputs.package }}/dist/
packages-dir: python/dist/

0 comments on commit 11462a6

Please sign in to comment.