Skip to content

Commit

Permalink
Update to latest pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrak committed Oct 19, 2024
1 parent 5ed1417 commit bb216a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ on:
push:
branches:
- master
- new_pyinstaller


jobs:
build:
runs-on: 'windows-latest'

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v4.7.1
- uses: actions/checkout@v4.2.1
- uses: actions/setup-python@v5.2.0
with:
python-version: '3.11'

Expand All @@ -20,7 +21,7 @@ jobs:
pip install wheel
pip uninstall -y pyinstaller
git clone https://github.com/pyinstaller/pyinstaller
git checkout v6.1.0
git checkout v6.11.0
cd pyinstaller
cd bootloader
python3 ./waf distclean all
Expand All @@ -32,6 +33,6 @@ jobs:
- run: pyinstaller --log-level=DEBUG --noconfirm build-on-win.spec

- name: upload artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.4.3
with:
path: dist/*
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
esptool==4.7.0
wxPython==4.2.1
PyInstaller==6.3.0
PyInstaller==6.11.0
requests==2.31.0
pyserial==3.5
Babel==2.14.0 # For the command line utility so we can build the .mo files
Expand Down

0 comments on commit bb216a8

Please sign in to comment.