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:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user