Skip to content

Commit

Permalink
Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling committed May 30, 2024
1 parent 76931f3 commit be61307
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Build package
run: |
git fetch --prune --unshallow --tags --force
python -m pip install setuptools wheel
cd ./QuantiFish
python -m pip install pyinstaller
- name: Install deps
run: python -m pip install setuptools wheel pyinstaller
- name: Create Executable
run: pyinstaller QuantiFish.py --noconfirm --name "QuantiFish" --windowed --add-data resources:resources ${{ matrix.release_args }}
- name: Artifact upload
Expand Down

0 comments on commit be61307

Please sign in to comment.