Skip to content

Commit

Permalink
Update pyinstaller.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Jul 24, 2024
1 parent 26dccd1 commit 506e0c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 506e0c3

Please sign in to comment.