Skip to content

Commit 26909e5

Browse files
authored
Update Python version in GitHub Actions workflow
1 parent fca23bc commit 26909e5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515

16-
- name: Set up Python 3.x
17-
uses: actions/setup-python@v4
16+
- name: Set up Python
17+
uses: actions/setup-python@v6
1818
with:
19-
python-version: '3.x'
19+
python-version: '3.13'
2020

2121
- name: Install dependencies
2222
run: |
@@ -31,3 +31,4 @@ jobs:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
publish_dir: ./output
3333
publish_branch: master # deploying branch
34+

0 commit comments

Comments
 (0)