From 506e0c3b7e5a17e8348a61923baaeb1d0b51c1b1 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Tue, 23 Jul 2024 19:58:59 -0500 Subject: [PATCH] Update pyinstaller.yml --- .github/workflows/pyinstaller.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index f9acd91467..77a9a6544e 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -52,11 +52,8 @@ jobs: with: python-version: "3.12" - run: pip install pipx - - run: pipx install pipenv + - run: pipx install pipenv pyinstaller - run: pipenv install --dev -e . - # https://github.com/pyinstaller/pyinstaller/issues/8665 - # Current setuptools is 71.x.x. Most recent 70.x.x version is 70.3.0. - - run: pipenv install setuptools==70.3.0 pyinstaller - run: pipenv run bikeshed update - run: pipenv run pyinstaller -y --collect-data=bikeshed --name=bikeshed ./bikeshed.py # ./bikeshed/__main__.py - uses: actions/upload-artifact@v4