Skip to content

Commit

Permalink
Update path for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Oct 9, 2024
1 parent 0537d72 commit 4af0fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/single-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ 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 --package ${{ github.event.inputs.package }}
working-directory: python
- run: uv build
working-directory: python/packages/${{ github.event.inputs.package }}
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 4af0fd4

Please sign in to comment.