Skip to content

Commit

Permalink
fix: adjust python version
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Nov 6, 2024
1 parent 77f5385 commit 59737ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
name: Release
with:
release-type: ${{ inputs.release-type }}
poetry-version: "1.8.2"
python-version: "3.12"
poetry-version: "1.3.2"
python-version: "3.10"
changelog: true
working-directory: "./backend"
secrets:
Expand Down

0 comments on commit 59737ce

Please sign in to comment.