Skip to content

Commit

Permalink
Merge pull request #60 from Sindri-Labs/kp-fix-pypi-gha
Browse files Browse the repository at this point in the history
Fix python version in github action for pypi build
  • Loading branch information
KPreisner authored Jan 3, 2025
2 parents 43e83fe + 79cb5b2 commit 7b961ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set Up Python
uses: actions/setup-python@v5
with:
python-version: '3.8.1'
python-version: 3.10.6

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

0 comments on commit 7b961ce

Please sign in to comment.