Skip to content

Commit a855df9

Browse files
author
David Stirling
authored
Pin pyinstaller
1 parent 187f98b commit a855df9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: |
3838
pip install --upgrade pip setuptools wheel
3939
pip install numpy
40-
pip install pyinstaller
40+
pip install pyinstaller==4.3
4141
- env:
4242
LDFLAGS: -L/usr/local/opt/openssl/lib
4343
CERTIFICATE_OSX_APPLICATION: ${{ secrets.CERTIFICATE_OSX_APPLICATION }}
@@ -118,4 +118,4 @@ jobs:
118118
asset_content_type: application/exe
119119
asset_name: CellProfiler-Analyst-Windows-3.0.3.exe
120120
asset_path: /home/runner/work/CellProfiler-Analyst/CellProfiler-Analyst/CellProfiler-Analyst-Windows-3.0.3.exe
121-
upload_url: ${{ steps.create_release.outputs.upload_url }}
121+
upload_url: ${{ steps.create_release.outputs.upload_url }}

0 commit comments

Comments
 (0)