Skip to content

Commit

Permalink
fix: python-semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertogontijo committed Jun 14, 2023
1 parent 0844067 commit 80e9c24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# - Create GitHub release
# - Publish to PyPI
- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.33.2
uses: relekang/python-semantic-release@v7.34.3
with:
github_token: ${{ secrets.GH_TOKEN }}
repository_username: __token__
Expand Down
3 changes: 2 additions & 1 deletion roborock/roborock_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
RoborockBase,
SmartWashParams,
Status,
ValleyElectricityTimer, WashTowelMode,
ValleyElectricityTimer,
WashTowelMode,
)


Expand Down

0 comments on commit 80e9c24

Please sign in to comment.