Skip to content

Commit

Permalink
fix(build): add setup-python to release job (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr authored May 10, 2024
1 parent abd2d99 commit cc6cab3
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 @@ -95,6 +95,10 @@ jobs:
with:
name: OpenAdapt
path: dist/
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Python Semantic Release
id: semantic_release
uses: relekang/python-semantic-release@master
Expand Down

0 comments on commit cc6cab3

Please sign in to comment.