Skip to content

🧑‍💻(bin) update release tooling to support uv-based deps management#1206

Open
lebaudantoine wants to merge 1 commit intomainfrom
update-prepare-release
Open

🧑‍💻(bin) update release tooling to support uv-based deps management#1206
lebaudantoine wants to merge 1 commit intomainfrom
update-prepare-release

Conversation

@lebaudantoine
Copy link
Copy Markdown
Collaborator

Following the switch from pip to uv, prepare the release workflow to automatically run uv lock on backend and
keep dependencies up to date.

Following the switch from pip to uv, prepare the release workflow
to automatically run `uv lock` on backend and
keep dependencies up to date.
@sonarqubecloud
Copy link
Copy Markdown

Comment thread bin/prepare-release.sh
# Run uv lock in backend
print_info "Running uv lock in backend..."
cd "src/backend"
uv lock
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I wouldn't run uv lock in CI

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Or maybe it's linked to the auto update deps bot ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants