Skip to content

Commit

Permalink
use pyinstaller from git
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Dec 26, 2024
1 parent e793f39 commit c933eb2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
- name: Install Python Dependencies
run: |
python3 -m pip install -r requirements.txt
- name: Install PyInstaller from git
run: |
git clone https://github.com/pyinstaller/pyinstaller
cd pyinstaller
python3 -m build .
python3 -m pip install dist/*.whl
- name: Build
run: python3 build.py --build_exe
Expand Down

0 comments on commit c933eb2

Please sign in to comment.