Demo version (#1) #2
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: Bump version and auto-release | ||
on: | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
call-run-python-release: | ||
uses: openclimatefix/.github/.github/workflows/python-release.yml@main | ||
Check failure on line 8 in .github/workflows/release.yaml GitHub Actions / Bump version and auto-releaseInvalid workflow file
|
||
secrets: | ||
token: ${{ secrets.PYPI_API_TOKEN }} |