Skip to content

Commit d22c173

Browse files
committed
fix python
1 parent 155b659 commit d22c173

File tree

3 files changed

+77
-8
lines changed

3 files changed

+77
-8
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
with:
1313
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1414

15-
- name: Install Python 3.8
16-
uses: actions/setup-python@v1
15+
- name: Install Python 3.12
16+
uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.8
18+
python-version: 3.12
1919

2020
- name: Install poetry
2121
run: pip install poetry

0 commit comments

Comments
 (0)