Skip to content

Commit 7b961ce

Browse files
authored
Merge pull request #60 from Sindri-Labs/kp-fix-pypi-gha
Fix python version in github action for pypi build
2 parents 43e83fe + 79cb5b2 commit 7b961ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set Up Python
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: '3.8.1'
25+
python-version: 3.10.6
2626

2727
- name: Extract Version from Tag
2828
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)