From bb216a8616eaf235177a53df18369b7290e34ec3 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 18 Oct 2024 22:53:01 -0400 Subject: [PATCH] Update to latest pyinstaller --- .github/workflows/build-windows.yaml | 9 +++++---- requirements.txt | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-windows.yaml b/.github/workflows/build-windows.yaml index c29c553..6705611 100644 --- a/.github/workflows/build-windows.yaml +++ b/.github/workflows/build-windows.yaml @@ -2,6 +2,7 @@ on: push: branches: - master + - new_pyinstaller jobs: @@ -9,8 +10,8 @@ jobs: 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' @@ -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 @@ -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/* diff --git a/requirements.txt b/requirements.txt index 5023dd1..27f738b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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