Skip to content

Commit c2737a5

Browse files
committed
build: bump OS & python version for CI workflow
1 parent 99a12d2 commit c2737a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
jobs:
99
build-and-publish:
1010
name: "Publish Python distribution to PyPI"
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212

1313
steps:
1414
- uses: actions/checkout@master
15-
- name: Set up Python 3.7
15+
- name: Set up Python 3.12
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.7
18+
python-version: 3.12
1919

2020
- name: "Build Python package"
2121
run: |

0 commit comments

Comments
 (0)