diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 0ea0041..1c46f08 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -12,3 +12,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: astral-sh/ruff-action@v2 + - uses: astral-sh/ruff-action@v2 + with: + args: "format --check" diff --git a/.releaserc.json b/.releaserc.json index 285a5ba..2eaaceb 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -8,7 +8,7 @@ "@semantic-release/git", { "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}", - "assets": ["pyproject.toml"] + "assets": ["pyproject.toml", "uv.lock"] } ] ], diff --git a/uv.lock b/uv.lock index d8dd2a0..6273e45 100644 --- a/uv.lock +++ b/uv.lock @@ -136,7 +136,7 @@ wheels = [ [[package]] name = "django-ts-routes" -version = "0.1.0.dev0" +version = "1.0.0" source = { editable = "." } dependencies = [ { name = "django" },