version
This commit is contained in:
parent
a121489c69
commit
2abe9b2911
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -69,6 +69,8 @@ jobs:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- name: Install and Package
|
- name: Install and Package
|
||||||
run: |
|
run: |
|
||||||
|
python --version
|
||||||
|
python3 --version
|
||||||
pip install -e .[build]
|
pip install -e .[build]
|
||||||
# Build executable
|
# Build executable
|
||||||
pyinstaller ytdl-sub.spec
|
pyinstaller ytdl-sub.spec
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue