Skip to content

Commit

Permalink
Bump to py 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling committed May 31, 2024
1 parent 70be01b commit 57ee6ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
- name: Install deps
run: |
python -m pip install setuptools wheel pyinstaller
python -m pip install -r requirements.txt
python -m pip list
- name: Create Executable
run: pyinstaller QuantiFish.py --noconfirm --name "QuantiFish" --windowed --add-data resources:resources ${{ matrix.release_args }}
run: pyinstaller QuantiFish.py --noconfirm --windowed --add-data resources:resources ${{ matrix.release_args }}
- name: Artifact upload
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 57ee6ad

Please sign in to comment.