Skip to content

Commit eff221d

Browse files
committed
add python-version
1 parent 1749d7b commit eff221d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dist.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v6
2222
- uses: actions/setup-python@v6
23+
with:
24+
python-version: '3.14'
2325
- name: build
2426
run: |
2527
python3 -m pip install build

0 commit comments

Comments
 (0)