We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0844067 commit 80e9c24Copy full SHA for 80e9c24
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
# - Create GitHub release
76
# - Publish to PyPI
77
- name: Python Semantic Release
78
- uses: relekang/python-semantic-release@v7.33.2
+ uses: relekang/python-semantic-release@v7.34.3
79
with:
80
github_token: ${{ secrets.GH_TOKEN }}
81
repository_username: __token__
roborock/roborock_typing.py
@@ -13,7 +13,8 @@
13
RoborockBase,
14
SmartWashParams,
15
Status,
16
- ValleyElectricityTimer, WashTowelMode,
+ ValleyElectricityTimer,
17
+ WashTowelMode,
18
)
19
20
0 commit comments