mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-27 03:37:33 +00:00
Build with PyInstaller 4.10
This commit is contained in:
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
@@ -68,7 +68,7 @@ jobs:
|
||||
cd ..
|
||||
pip3 install .
|
||||
env:
|
||||
PYINSTALLER_VERSION: v4.5.1
|
||||
PYINSTALLER_VERSION: v4.10
|
||||
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,3 +1,3 @@
|
||||
Babel==2.9.1
|
||||
PyInstaller==4.5.1
|
||||
PyInstaller==4.10
|
||||
setuptools<45.0.0
|
||||
|
||||
Reference in New Issue
Block a user