Skip to content

Commit 1876c34

Browse files
committed
use python3.13 explicitly
1 parent d0e30da commit 1876c34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222

23+
- uses: actions/setup-python@v4
24+
with:
25+
python-version: 3.13
26+
2327
- name: Install build
2428
run: pip install build
2529

0 commit comments

Comments
 (0)