We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba42c98 commit 68ae662Copy full SHA for 68ae662
.github/workflows/publish_release_utils.yml
@@ -26,8 +26,8 @@ jobs:
26
env:
27
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
28
run: |
29
- uv build --directory packages/llama-index-utils-workflow
30
- uv publish --directory packages/llama-index-utils-workflow
+ uv build --package llama-index-utils-workflow
+ uv publish
31
32
- name: Create GitHub Release
33
uses: ncipollo/release-action@v1
0 commit comments