File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -144,3 +144,5 @@ pytest_buckets.txt
144144.claude
145145
146146release_notes.txt
147+
148+ uv.lock
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ git commit -am "v$VERSION" --no-verify
3232
3333script/setup
3434uv pip install -r requirements_test_all.txt
35- pytest tests/components/teslemetry
35+ uv run pytest tests/components/teslemetry
3636
3737read -p " Press Enter to release..."
3838
@@ -46,6 +46,6 @@ cd ../../..
4646gh release create v$VERSION -F release_notes.txt --repo Teslemetry/hass-teslemetry -t " Beta v$VERSION "
4747gh release upload v$VERSION teslemetry.zip --repo Teslemetry/hass-teslemetry
4848rm teslemetry.zip
49- git push
49+ git push --set-upstream origin release- $VERSION
5050git checkout main
5151git restore .
You can’t perform that action at this time.
0 commit comments