Skip to content

Commit 140de50

Browse files
authored
chore: match version and do chore so it doesn't bump (#546)
* chore: match version and do chore so it doesn't bump hopefully * chore: switch to the non-depreciated action
1 parent 1fdddaf commit 140de50

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ jobs:
8484
if: steps.release.outputs.released == 'true'
8585

8686
- name: Publish package distributions to GitHub Releases
87-
uses: python-semantic-release/upload-to-gh-release@v9.8.9
87+
uses: python-semantic-release/publish-action@v10.4.1
8888
if: steps.release.outputs.released == 'true'
8989
with:
9090
github_token: ${{ secrets.GITHUB_TOKEN }}
91+
tag: ${{ steps.release.outputs.tag }}

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.58.0"
3+
version = "2.58.1"
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)