Update path for publishing (#3721)

This commit is contained in:
Jack Gerrits
2024-10-09 17:03:37 -04:00
committed by GitHub
parent 0537d72640
commit 26e6410bd4

View File

@@ -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: