Skip to content

Python Bump Version & release #95

Python Bump Version & release

Python Bump Version & release #95

Workflow file for this run

name: Python Bump Version & release
on:
push:
branches:
- main
jobs:
release:
uses: openclimatefix/.github/.github/workflows/python-release.yml@main
secrets:
token: ${{ secrets.PYPI_API_TOKEN }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}