Skip to content

Commit

Permalink
Pin pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
David Stirling authored Jul 13, 2021
1 parent 187f98b commit a855df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- run: |
pip install --upgrade pip setuptools wheel
pip install numpy
pip install pyinstaller
pip install pyinstaller==4.3
- env:
LDFLAGS: -L/usr/local/opt/openssl/lib
CERTIFICATE_OSX_APPLICATION: ${{ secrets.CERTIFICATE_OSX_APPLICATION }}
Expand Down Expand Up @@ -118,4 +118,4 @@ jobs:
asset_content_type: application/exe
asset_name: CellProfiler-Analyst-Windows-3.0.3.exe
asset_path: /home/runner/work/CellProfiler-Analyst/CellProfiler-Analyst/CellProfiler-Analyst-Windows-3.0.3.exe
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: ${{ steps.create_release.outputs.upload_url }}

0 comments on commit a855df9

Please sign in to comment.