Skip to content

Commit 40d611d

Browse files
committed
Fixes
1 parent 62f510c commit 40d611d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,5 @@ pytest_buckets.txt
144144
.claude
145145

146146
release_notes.txt
147+
148+
uv.lock

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ git commit -am "v$VERSION" --no-verify
3232

3333
script/setup
3434
uv pip install -r requirements_test_all.txt
35-
pytest tests/components/teslemetry
35+
uv run pytest tests/components/teslemetry
3636

3737
read -p "Press Enter to release..."
3838

@@ -46,6 +46,6 @@ cd ../../..
4646
gh release create v$VERSION -F release_notes.txt --repo Teslemetry/hass-teslemetry -t "Beta v$VERSION"
4747
gh release upload v$VERSION teslemetry.zip --repo Teslemetry/hass-teslemetry
4848
rm teslemetry.zip
49-
git push
49+
git push --set-upstream origin release-$VERSION
5050
git checkout main
5151
git restore .

0 commit comments

Comments
 (0)