We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187f98b commit a855df9Copy full SHA for a855df9
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
- run: |
38
pip install --upgrade pip setuptools wheel
39
pip install numpy
40
- pip install pyinstaller
+ pip install pyinstaller==4.3
41
- env:
42
LDFLAGS: -L/usr/local/opt/openssl/lib
43
CERTIFICATE_OSX_APPLICATION: ${{ secrets.CERTIFICATE_OSX_APPLICATION }}
@@ -118,4 +118,4 @@ jobs:
118
asset_content_type: application/exe
119
asset_name: CellProfiler-Analyst-Windows-3.0.3.exe
120
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 }}
+ upload_url: ${{ steps.create_release.outputs.upload_url }}
0 commit comments