Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
VERSION=$(uv run -- llama-dev --repo-root .. pkg info --json . | jq -r .version)
echo "version=$VERSION" >> $GITHUB_OUTPUT

- name: Update root lockfile
run: |
uv lock
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this will fail if core is not published at this point?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arf, very true, lookup will happen on PyPI


- name: Create Release PR
id: rpr
uses: peter-evans/create-pull-request@v7
Expand Down
Loading