Use concurrent batch pipeline for ~30x speed up (#236) #147
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |