only install pyinstaller
This commit is contained in:
parent
19ec334c62
commit
376aa80b98
1 changed files with 2 additions and 4 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
|
@ -87,10 +87,8 @@ jobs:
|
||||||
# Set an output parameter `uname` for use in subsequent steps
|
# Set an output parameter `uname` for use in subsequent steps
|
||||||
run: |
|
run: |
|
||||||
apk add python3 py3-pip
|
apk add python3 py3-pip
|
||||||
ls -lh
|
pip install -e .
|
||||||
pwd
|
pip install pyinstaller
|
||||||
python3 --version
|
|
||||||
pip install -e .[build]
|
|
||||||
EXEC_SUFFIX=_${{ matrix.arch }} make executable
|
EXEC_SUFFIX=_${{ matrix.arch }} make executable
|
||||||
mv dist/ytdl-sub_${{ matrix.arch }} /artifacts
|
mv dist/ytdl-sub_${{ matrix.arch }} /artifacts
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue