Skip to content

Commit cc6cab3

Browse files
authored
fix(build): add setup-python to release job (#662)
1 parent abd2d99 commit cc6cab3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-and-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ jobs:
9595
with:
9696
name: OpenAdapt
9797
path: dist/
98+
- name: Set up Python
99+
uses: actions/setup-python@v4
100+
with:
101+
python-version: '3.10'
98102
- name: Python Semantic Release
99103
id: semantic_release
100104
uses: relekang/python-semantic-release@master

0 commit comments

Comments
 (0)