Skip to content

Commit

Permalink
Update PyInstaller version.
Browse files Browse the repository at this point in the history
  • Loading branch information
KmolYuan committed Jun 26, 2022
1 parent 753e980 commit 4bdcf95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- if: matrix.pyver == '3.10' && matrix.os == 'ubuntu-latest'
name: Pack (AppImage)
run: ./scripts/appimage.sh
- if: matrix.pyver == '3.9' && matrix.os != 'ubuntu-latest'
- if: matrix.pyver == '3.10' && matrix.os != 'ubuntu-latest'
name: Pack (PyInstaller)
shell: bash
run: ./scripts/pyinstaller.sh
Expand All @@ -42,7 +42,7 @@ jobs:
with:
name: ${{ matrix.os }}-py${{ matrix.pyver }}
path: out/*.AppImage
- if: matrix.pyver == '3.9' && matrix.os != 'ubuntu-latest'
- if: matrix.pyver == '3.10' && matrix.os != 'ubuntu-latest'
name: Upload artifact (PyInstaller)
uses: actions/upload-artifact@v2
with:
Expand All @@ -53,7 +53,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: out/*.AppImage
- if: startsWith(github.ref, 'refs/tags/v') && matrix.pyver == '3.9' && matrix.os != 'ubuntu-latest'
- if: startsWith(github.ref, 'refs/tags/v') && matrix.pyver == '3.10' && matrix.os != 'ubuntu-latest'
name: Upload binaries to release (PyInstaller)
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 4bdcf95

Please sign in to comment.