pip
This commit is contained in:
parent
13376c80a6
commit
aea1f0e021
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -79,7 +79,7 @@ jobs:
|
||||||
- name: Build Package
|
- name: Build Package
|
||||||
run: |
|
run: |
|
||||||
python3.10 -m pip install --upgrade pip
|
python3.10 -m pip install --upgrade pip
|
||||||
python3.10 -m install -e .[build]
|
python3.10 -m pip install -e .[build]
|
||||||
# Build executable
|
# Build executable
|
||||||
pyinstaller ytdl-sub.spec
|
pyinstaller ytdl-sub.spec
|
||||||
mkdir -p /opt/builds
|
mkdir -p /opt/builds
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue