File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: release-master
3
3
permissions :
4
4
contents : write
5
5
6
+ defaults :
7
+ run :
8
+ shell : bash
9
+
6
10
on :
7
11
# release:
8
12
# types: [published]
@@ -162,17 +166,8 @@ jobs:
162
166
with :
163
167
path : .venv
164
168
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
165
- - name : Install dependencies Windows
166
- run : |
167
- dir
168
- dir C:/Users/runneradmin/.local/bin
169
- poetry install --no-interaction --all-extras --with dev
170
- C:\Users\runneradmin\.local\bin\poetry install --no-interaction --all-extras --with dev
171
- if : runner.os == 'Windows'
172
- shell : bash
173
169
- name : Install dependencies NOT Windows
174
170
run : poetry install --no-interaction --all-extras --with dev
175
- if : runner.os != 'Windows'
176
171
- name : Build with pyinstaller for ${{matrix.TARGET}}
177
172
run : ${{matrix.CMD_BUILD}}
178
173
- name : Load Release URL File from release job
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " tidal-dl-ng"
3
- version = " 0.4.27 "
3
+ version = " 0.4.28 "
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.27 "
16
+ version = " 0.4.28 "
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