Latest pyinstaller dev branch with Python 3.11

This commit is contained in:
Ircama 2024-07-29 13:15:29 +02:00
parent d67f526fea
commit 24010451ad

View file

@ -2,7 +2,6 @@ name: Build Workflow
on:
push:
# branches: master
jobs:
build-windows:
@ -13,13 +12,13 @@ jobs:
- name: Install Python
uses: actions/setup-python@v1
with:
python-version: '3.10'
python-version: '3.11'
architecture: 'x64'
- name: Install requirements
run: |
pip install --upgrade pip
pip install git+https://github.com/pyinstaller/pyinstaller@develop
pip install -r requirements.txt
pip install PyInstaller
- name: Run PyInstaller
run: |
python -m PyInstaller epson_print_conf.spec -- --default