Skip to content

Commit 598e9f9

Browse files
authored
Add Python version for prepare-dist in release.yml
1 parent b1d87ae commit 598e9f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v6
7373
- uses: actions/setup-python@v6
74+
with:
75+
python-version: '3.13'
7476
- name: Build documentation
7577
run: |
7678
cd docs

0 commit comments

Comments
 (0)