Skip to content

Commit

Permalink
Update docker-push-daily.yml - switch to 3.12.1 for python builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored May 5, 2024
1 parent dee9391 commit 9a53689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
uses: JRubics/poetry-publish@v2.0
with:
python_version: "3.11.2"
python_version: "3.12.1"
pypi_token: ${{ secrets.DEPLOY_FROM_GITHUB_TO_PYPI_ONBOARDME }}

docker-amd64:
Expand Down

0 comments on commit 9a53689

Please sign in to comment.