Skip to content

Commit 6e53696

Browse files
authored
Merge branch 'libretiny-eu:master' into feature/ln882x
2 parents 35f85bb + 6415eb3 commit 6e53696

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: |
100100
set PATH=%cd%\python;%PATH%
101101
python -m pip install "ltchiptool-terminal>=1.4.0" || exit /b
102-
python -m pip install "upk2esphome>=1.13.0" || exit /b
102+
python -m pip install "upk2esphome>=1.14.0" || exit /b
103103
python -m pip check || exit /b
104104
105105
- name: Build GUI with PyInstaller

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ltchiptool"
3-
version = "4.11.4"
3+
version = "4.11.6"
44
description = "Universal flashing and binary manipulation tool for IoT chips"
55
authors = ["Kuba Szczodrzyński <[email protected]>"]
66
license = "MIT"
@@ -10,8 +10,10 @@ packages = [
1010
{ include = "uf2tool" },
1111
]
1212
include = [
13-
"ltchiptool/platform.json",
14-
"ltchiptool/families.json",
13+
{ path = "ltchiptool/platform.json", format = ["sdist", "wheel"] },
14+
{ path = "ltchiptool/families.json", format = ["sdist", "wheel"] },
15+
{ path = "ltchiptool/boards/*", format = ["sdist", "wheel"] },
16+
{ path = "ltchiptool/boards/**/*", format = ["sdist", "wheel"] } ,
1517
]
1618
readme = "README.md"
1719

0 commit comments

Comments
 (0)