Skip to content

Commit

Permalink
pyinstaller from git
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Dec 26, 2024
1 parent c933eb2 commit bab4684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
git clone https://github.com/pyinstaller/pyinstaller
cd pyinstaller
python3 -m build .
python3 -m pip install dist/*.whl
python3 -m pip install dist\*.whl
- name: Build
run: python3 build.py --build_exe
Expand Down

0 comments on commit bab4684

Please sign in to comment.