Skip to content

Switch from tox-gh-actions to tox-gh and use TOML (#181) #34

Switch from tox-gh-actions to tox-gh and use TOML (#181)

Switch from tox-gh-actions to tox-gh and use TOML (#181) #34

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@f2115592179eb43cf106eeb181adcd003d4cba41 # v0
with:
pyproject-toml: ./pyproject.toml
python-version: "3.13"