mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 16:44:06 +00:00
Build with PyInstaller 5.5
This commit is contained in:
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
||||
pip3 install -r requirements.txt
|
||||
python3 setup.py install
|
||||
env:
|
||||
PYINSTALLER_VERSION: v5.3
|
||||
PYINSTALLER_VERSION: v5.5
|
||||
CFLAGS: -mmacosx-version-min=${{ matrix.macos-deployment-version }}
|
||||
CPPFLAGS: -mmacosx-version-min=${{ matrix.macos-deployment-version }}
|
||||
LDFLAGS: -mmacosx-version-min=${{ matrix.macos-deployment-version }}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
Babel==2.9.1
|
||||
PyInstaller==5.3
|
||||
PyInstaller==5.5
|
||||
|
||||
Reference in New Issue
Block a user