File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -164,13 +164,11 @@ jobs:
164
164
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
165
165
- name : Install dependencies Windows
166
166
run : |
167
- source .venv/scripts/activate
167
+ dir
168
168
poetry install --no-interaction --all-extras --with dev
169
169
if : runner.os == 'Windows'
170
170
- 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
174
172
if : runner.os != 'Windows'
175
173
- name : Build with pyinstaller for ${{matrix.TARGET}}
176
174
run : ${{matrix.CMD_BUILD}}
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " tidal-dl-ng"
3
- version = " 0.4.23 "
3
+ version = " 0.4.24 "
4
4
description = " TIDAL Medial Downloader Next Generation!"
5
5
authors = [" Robert Honz <cen.sored@gmail.com>" ]
6
6
repository = " https://github.com/exislow/tidal-dl-ng"
@@ -13,7 +13,7 @@ packages = [
13
13
[tool .poetry ]
14
14
name = " tidal-dl-ng"
15
15
authors = [" Robert Honz <cen.sored@gmail.com>" ]
16
- version = " 0.4.23 "
16
+ version = " 0.4.24 "
17
17
description = " TIDAL Medial Downloader Next Generation!"
18
18
repository = " https://github.com/exislow/tidal-dl-ng"
19
19
documentation = " https://exislow.github.io/tidal-dl-ng/"
You can’t perform that action at this time.
0 commit comments