Skip to content

Merge branch 'main' into renovate/numpy-2.x #90

Merge branch 'main' into renovate/numpy-2.x

Merge branch 'main' into renovate/numpy-2.x #90

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