Skip to content

Commit 67483da

Browse files
authored
Merge branch 'master' into hh/doc-improvement
2 parents 8eee515 + c628c54 commit 67483da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
with:
2525
ref: ${{ inputs.tag && format('refs/tags/{0}', inputs.tag) || github.ref }}
2626
fetch-depth: 0
27-
- name: Set up Python 3.9
28-
uses: actions/setup-python@v1
27+
- name: Set up Python 3.12
28+
uses: actions/setup-python@v5
2929
with:
30-
python-version: 3.9
30+
python-version: "3.12"
3131

3232
- name: Install pypa/build
3333
run: >-

0 commit comments

Comments
 (0)