Skip to content

Commit b724a5b

Browse files
authored
fix: re-align version for semantic release (#545)
* chore: re-align version * chore: use github_token for release
1 parent 84c4c48 commit b724a5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ jobs:
8787
uses: python-semantic-release/upload-to-gh-release@v9.8.9
8888
if: steps.release.outputs.released == 'true'
8989
with:
90-
github_token: ${{ secrets.GH_TOKEN }}
90+
github_token: ${{ secrets.GITHUB_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-roborock"
3-
version = "2.54.0"
3+
version = "2.58.0"
44
description = "A package to control Roborock vacuums."
55
authors = [{ name = "humbertogontijo", email = "humbertogontijo@users.noreply.github.com" }, {name="Lash-L"}, {name="allenporter"}]
66
requires-python = ">=3.11, <4"

0 commit comments

Comments
 (0)