Skip to content

Fix PyOpenSci issue (#375) #7

Fix PyOpenSci issue (#375)

Fix PyOpenSci issue (#375) #7

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