Skip to content

Commit

Permalink
fix(build): poetry env use 3.10 (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr authored May 10, 2024
1 parent cc6cab3 commit c6c1768
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Ensure correct Python version with Poetry
run: poetry env use 3.10
- name: Check Python version
run: python --version
- name: Python Semantic Release
id: semantic_release
uses: relekang/python-semantic-release@master
Expand Down

0 comments on commit c6c1768

Please sign in to comment.