Skip to content

Commit 68ae662

Browse files
authored
Publish from the root (#169)
1 parent ba42c98 commit 68ae662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_release_utils.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
env:
2727
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
2828
run: |
29-
uv build --directory packages/llama-index-utils-workflow
30-
uv publish --directory packages/llama-index-utils-workflow
29+
uv build --package llama-index-utils-workflow
30+
uv publish
3131
3232
- name: Create GitHub Release
3333
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)