Skip to content

Commit 980e193

Browse files
committed
update PyPI packaging workflow
1 parent d1ddcaa commit 980e193

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Package
1+
name: Package-PyPI
22

33
on:
44
release:
@@ -10,14 +10,14 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
python-version: ["3.8", "3.9", "3.10"]
13+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1414
os: [ubuntu-latest, macOS-latest, windows-latest]
1515

1616
steps:
17-
- name: Switch branch
18-
uses: actions/checkout@v2
17+
- name: Checkout
18+
uses: actions/checkout@v4
1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v1
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install Python dependencies

0 commit comments

Comments
 (0)