Skip to content

Commit

Permalink
update python version when deploying to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
defreng committed Oct 3, 2024
1 parent b0e30bc commit ffef960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
FORCE_COLOR: "1" # Make tools pretty.
PYTHON_LATEST: "3.10"
PYTHON_LATEST: "3.12"

jobs:
ci:
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
push: true
tags: |
ghcr.io/roche/foxops:latest
ghcr.io/roche/foxops:${{ github.ref_name }}
ghcr.io/roche/foxops:${{ github.ref_name }}

0 comments on commit ffef960

Please sign in to comment.