Latest pyinstaller dev branch with Python 3.11
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -2,7 +2,6 @@ name: Build Workflow
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# branches: master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-windows:
|
build-windows:
|
||||||
@@ -13,13 +12,13 @@ jobs:
|
|||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.11'
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
|
pip install git+https://github.com/pyinstaller/pyinstaller@develop
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install PyInstaller
|
|
||||||
- name: Run PyInstaller
|
- name: Run PyInstaller
|
||||||
run: |
|
run: |
|
||||||
python -m PyInstaller epson_print_conf.spec -- --default
|
python -m PyInstaller epson_print_conf.spec -- --default
|
||||||
|
|||||||
Reference in New Issue
Block a user