Skip to content

Commit

Permalink
build: set up newer python version
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Kaechele <felix@kaechele.ca>
  • Loading branch information
kaechele committed Oct 6, 2023
1 parent 2061902 commit 27f99ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-python@v4
with:
python-version: "3.11"

- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v8.1.1
Expand Down

0 comments on commit 27f99ce

Please sign in to comment.