From 376aa80b984a1bde79449483c824d2365f192add Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Wed, 22 Feb 2023 14:25:01 -0800 Subject: [PATCH] only install pyinstaller --- .github/workflows/release.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4e8b2c07..df356377 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -87,10 +87,8 @@ jobs: # Set an output parameter `uname` for use in subsequent steps run: | apk add python3 py3-pip - ls -lh - pwd - python3 --version - pip install -e .[build] + pip install -e . + pip install pyinstaller EXEC_SUFFIX=_${{ matrix.arch }} make executable mv dist/ytdl-sub_${{ matrix.arch }} /artifacts