Skip to content

Commit

Permalink
chore: use python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Jun 7, 2024
1 parent 6a53e9e commit 8824b64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- run: gcloud auth print-identity-token --audiences=https://pub.dev | dart pub token add https://pub.dev
- uses: extractions/setup-just@v1
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: actions/checkout@v4
- name: generate code
run: just
Expand Down

0 comments on commit 8824b64

Please sign in to comment.