Skip to content

Add torch module hub mixin back in (#250) #144

Add torch module hub mixin back in (#250)

Add torch module hub mixin back in (#250) #144

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
- "experiments/**" # ignores all files in experiments directory
jobs:
release:
uses: openclimatefix/.github/.github/workflows/python-release.yml@main
secrets:
token: ${{ secrets.PYPI_API_TOKEN }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}