Skip to content

Commit 845da45

Browse files
fix: python-semantic-release python version
1 parent af0fe4f commit 845da45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ jobs:
6666
with:
6767
fetch-depth: 0
6868
persist-credentials: false
69-
69+
- name: Set up Python
70+
uses: actions/setup-python@v4
71+
with:
72+
python-version: "3.11"
7073
# Run semantic release:
7174
# - Update CHANGELOG.md
7275
# - Update version in code

0 commit comments

Comments
 (0)