Skip to content

Commit 80e9c24

Browse files
fix: python-semantic-release
1 parent 0844067 commit 80e9c24

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# - Create GitHub release
7676
# - Publish to PyPI
7777
- name: Python Semantic Release
78-
uses: relekang/python-semantic-release@v7.33.2
78+
uses: relekang/python-semantic-release@v7.34.3
7979
with:
8080
github_token: ${{ secrets.GH_TOKEN }}
8181
repository_username: __token__

roborock/roborock_typing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
RoborockBase,
1414
SmartWashParams,
1515
Status,
16-
ValleyElectricityTimer, WashTowelMode,
16+
ValleyElectricityTimer,
17+
WashTowelMode,
1718
)
1819

1920

0 commit comments

Comments
 (0)