Skip to content

Commit 5d9fba2

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

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

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

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: release-master
33
permissions:
44
contents: write
55

6+
defaults:
7+
run:
8+
shell: bash
9+
610
on:
711
# release:
812
# types: [published]
@@ -162,17 +166,8 @@ jobs:
162166
with:
163167
path: .venv
164168
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
173169
- name: Install dependencies NOT Windows
174170
run: poetry install --no-interaction --all-extras --with dev
175-
if: runner.os != 'Windows'
176171
- name: Build with pyinstaller for ${{matrix.TARGET}}
177172
run: ${{matrix.CMD_BUILD}}
178173
- name: Load Release URL File from release job

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