Skip to content

Commit e504ad5

Browse files
authored
Try again for package dirgp (#3722)
1 parent 26e6410 commit e504ad5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/single-python-package.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
# Require ref to be a tag
3232
- run: git show-ref --verify refs/tags/${{ github.event.inputs.ref }}
3333
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
34-
- run: uv build
35-
working-directory: python/packages/${{ github.event.inputs.package }}
34+
- run: uv build --package ${{ github.event.inputs.package }} --out-dir dist/
35+
working-directory: python
3636
- name: Publish package to PyPI
3737
uses: pypa/gh-action-pypi-publish@release/v1
3838
with:
39-
packages-dir: python/packages/${{ github.event.inputs.package }}/dist/
39+
packages-dir: python/dist/

0 commit comments

Comments
 (0)