Skip to content

Commit 43e70c9

Browse files
committed
🛠️ Release GUI fix Windows poetry.
1 parent 8f2798f commit 43e70c9

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,11 @@ jobs:
164164
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
165165
- name: Install dependencies Windows
166166
run: |
167-
source .venv/scripts/activate
167+
dir
168168
poetry install --no-interaction --all-extras --with dev
169169
if: runner.os == 'Windows'
170170
- name: Install dependencies NOT Windows
171-
run: |
172-
source .venv/bin/activate
173-
poetry install --no-interaction --all-extras --with dev
171+
run: poetry install --no-interaction --all-extras --with dev
174172
if: runner.os != 'Windows'
175173
- name: Build with pyinstaller for ${{matrix.TARGET}}
176174
run: ${{matrix.CMD_BUILD}}

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.23"
3+
version = "0.4.24"
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.23"
16+
version = "0.4.24"
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)