diff --git a/make_release b/make_release index 13d839d..05de1c2 100755 --- a/make_release +++ b/make_release @@ -8,7 +8,7 @@ sed -i "s/^version.*/version = \"$VERSION\"/" "$CLI_DIR/pyproject.toml" && sed -i "s/version = .*/version = \"$VERSION\";/" "$CLI_DIR/flake.nix" && git stage "$CLI_DIR/pyproject.toml" "$CLI_DIR/fastanime/__init__.py" "$CLI_DIR/flake.nix" && git commit -m "chore: bump version (v$VERSION)" && - nix flake lock && + # nix flake lock && uv lock && git stage "$CLI_DIR/flake.lock" "$CLI_DIR/uv.lock" && git commit -m "chore: update lock files" &&