Skip to content

Commit 19fba5b

Browse files
authored
Merge pull request #335 from ritchie46/addMissingPythonVersionToRelease
Add missing python-version to release workflow
2 parents df8ef0f + 8eaffc7 commit 19fba5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
- name: Setup Python
1515
uses: actions/setup-python@v5
16+
with:
17+
python-version: "3.10"
1618

1719
- name: Install dependencies
1820
run: |

0 commit comments

Comments
 (0)