From 978d3ee53c1a02d3ebbec048957170cae2a941a7 Mon Sep 17 00:00:00 2001 From: Luke Date: Sat, 18 Oct 2025 12:30:23 -0400 Subject: [PATCH 1/2] chore: re-align version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1f24784..468bd42c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-roborock" -version = "2.54.0" +version = "2.58.0" description = "A package to control Roborock vacuums." authors = [{ name = "humbertogontijo", email = "humbertogontijo@users.noreply.github.com" }, {name="Lash-L"}, {name="allenporter"}] requires-python = ">=3.11, <4" From 832c3539efc769715fe7b85e6ac8b8d054ea28b3 Mon Sep 17 00:00:00 2001 From: Luke Date: Sat, 18 Oct 2025 12:33:55 -0400 Subject: [PATCH 2/2] chore: use github_token for release --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5217d9d..8afe6e52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,4 +87,4 @@ jobs: uses: python-semantic-release/upload-to-gh-release@v9.8.9 if: steps.release.outputs.released == 'true' with: - github_token: ${{ secrets.GH_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }}