Skip to content

Try codeflash (#404) #37

Try codeflash (#404)

Try codeflash (#404) #37

Workflow file for this run

---
name: Deploy
on:
push:
branches:
- main
- renovate/**
tags:
- v*
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/deployment@18d8678a5aea33da18556ae7823433325631dadd # v0
with:
pyproject-toml: ./pyproject.toml
python-version: "3.12"