Skip to content

update readme and force release #120

update readme and force release

update readme and force release #120

Workflow file for this run

name: Python Bump Version & release
on:
push:
# branches:
# - main
paths-ignore:
- "configs.example/**" # ignores all files in configs.example
- "**/README.md" # ignores all README files
jobs:
release:
uses: openclimatefix/.github/.github/workflows/python-release.yml@main
secrets:
token: ${{ secrets.PYPI_API_TOKEN }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}