Skip to content

Commit

Permalink
Use Python 3.12 for automated Cloud Functions deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Dec 14, 2024
1 parent dd48a5a commit 6499ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:

env:
MYPY_VERSION: ${{ github.event.inputs.mypy_version || 'master' }}
RUNTIME: ${{ github.event.inputs.runtime || 'python313' }}
RUNTIME: ${{ github.event.inputs.runtime || 'python312' }}

jobs:
gcp-deploy:
Expand Down

0 comments on commit 6499ecb

Please sign in to comment.