Skip to content

Commit

Permalink
fix(workflow): update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maugde committed Jun 18, 2024
1 parent 0ec93d2 commit 30d8653
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,12 @@ jobs:
- name: Check typing with mypy
run: hatch run types:check

- name: Build Windows Installer
- name: Build Installer
if: matrix.os == 'windows-latest'
run: hatch run pyinstaller:build

- name: Build Ubuntu Installer
if: matrix.os == 'ubuntu-20.04'
run: hatch run pyinstaller:build
run: hatch run pyinstaller:build AntaresWebInstaller-${{ matrix.os }}

- name: Upload binaries
uses: actions/upload-artifact@v4
with:
name: AntaresWebInstaller-${{ matrix.os }}
path: dist/AntaresWebInstaller.zip
path: dist/AntaresWebInstaller-${{ matrix.os }}

0 comments on commit 30d8653

Please sign in to comment.