Skip to content

Commit 587e046

Browse files
committed
🛠️ Release GUI fix Windows poetry.
1 parent 5d9fba2 commit 587e046

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/on-release-master.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,7 @@ jobs:
137137
TARGET: "windows-2019"
138138
OS_ARCH: ${{needs.compute.outputs.ARCH_WINDOWS_X64}}
139139
CMD_BUILD: >
140-
choco feature enable -n=allowGlobalConfirmation
141-
choco install zip
142-
choco install make
140+
choco install zip make -y
143141
source $VENV &&
144142
C:\Users\runneradmin\.local\bin\poetry run make gui &&
145143
cd dist &&

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tidal-dl-ng"
3-
version = "0.4.28"
3+
version = "0.4.29"
44
description = "TIDAL Medial Downloader Next Generation!"
55
authors = ["Robert Honz <cen.sored@gmail.com>"]
66
repository = "https://github.com/exislow/tidal-dl-ng"
@@ -13,7 +13,7 @@ packages = [
1313
[tool.poetry]
1414
name = "tidal-dl-ng"
1515
authors = ["Robert Honz <cen.sored@gmail.com>"]
16-
version = "0.4.28"
16+
version = "0.4.29"
1717
description = "TIDAL Medial Downloader Next Generation!"
1818
repository = "https://github.com/exislow/tidal-dl-ng"
1919
documentation = "https://exislow.github.io/tidal-dl-ng/"

0 commit comments

Comments
 (0)