Skip to content

Rename all .yml files to .yaml (#365) #1

Rename all .yml files to .yaml (#365)

Rename all .yml files to .yaml (#365) #1

Workflow file for this run

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