Skip to content

Commit

Permalink
chore: ensure that uv.lock is updated and shipped with the release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 25, 2025
1 parent a9d6611 commit 6203040
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ module.exports = {
{
assets: [
"pyproject.toml",
"uv.lock",
"docs/release_notes_generated.qmd",
"ibis/__init__.py"
],
Expand Down
3 changes: 3 additions & 0 deletions ci/release/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ version="${1}"

nix develop '.#release' -c uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version "$version"

# sync lockfile
nix develop '.#release' -c uv sync

# build artifacts
nix develop '.#release' -c uv build

Expand Down

0 comments on commit 6203040

Please sign in to comment.