diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a787ad..d93cd5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Install Python uses: actions/setup-python@v5 with: - python-version: '3.10.11' + python-version: '3.12.3' architecture: 'x64' allow-prereleases: true @@ -45,9 +45,9 @@ jobs: echo "__version__ = '${{ inputs.tag }}'" > _version.py - name: Install Build Environment Prerequisites run: | - pip install pyinstaller==6.12.0 - pip install cryptography==43.0.3 - pip install pillow==11.0.0 + pip install pyinstaller==6.16.0 + pip install cryptography==45.0.1 + pip install pillow==10.4.0 - name: Build EXE Package run: | @@ -59,7 +59,7 @@ jobs: path: dist/* - name: Install WiX - run: dotnet tool install --global wix --version 5.0.2 + run: dotnet tool install --global wix - name: Build MSI Package shell: pwsh