Skip to content

Commit b030359

Browse files
committed
renaming pyinstaller spec
fixing workflow fixing workflow
1 parent aade4a8 commit b030359

File tree

5 files changed

+7
-51
lines changed

5 files changed

+7
-51
lines changed

.github/workflows/pyinstaller-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- name: Make executable
3838
uses: sayyid5416/pyinstaller@v1
3939
with:
40-
spec: 'packaging/gui-tklinux.spec'
40+
spec: 'packaging/gui-tk.spec'
4141
upload_exe_with_name: 'isp-programmer-${{ matrix.os }}'
4242
python_ver: '3.9'

.github/workflows/python-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ master, feature ]
99
pull_request:
1010
branches: [ master ]
1111

@@ -15,12 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.10,3.11,3.12]
18+
python-version: [3.8,3.9,3.10,3.11,3.12,3.13]
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- name: Set up Python
18-
uses: actions/setup-python@v1
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: '3.x'
2121
- name: Install dependencies

packaging/gui-tk-windows.spec

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)