Skip to content

bug in forecast.run_forecast: 'nwp_source' was not respected (#85) (… #33

bug in forecast.run_forecast: 'nwp_source' was not respected (#85) (…

bug in forecast.run_forecast: 'nwp_source' was not respected (#85) (… #33

Workflow file for this run

name: Bump version and auto-release
on:
push:
branches:
- main
jobs:
bump-version:
uses: openclimatefix/.github/.github/workflows/[email protected]
secrets:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
github-release:
needs: [ bump-version ]
uses: openclimatefix/.github/.github/workflows/[email protected]
with:
version: ${{ needs.bump-version.outputs.new_ver }}
publish-to-pypi:
needs: [ bump-version ]
uses: openclimatefix/.github/.github/workflows/[email protected]
with:
ref: main
secrets:
token: ${{ secrets.PYPI_API_TOKEN }}