Skip to content

Commit

Permalink
Re-add python bump and release
Browse files Browse the repository at this point in the history
#minor
  • Loading branch information
jacobbieker authored Oct 25, 2023
1 parent 1613f6e commit 7432cac
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Python Bump Version & release

on:
push:
branches:
- main

jobs:
release:
uses: openclimatefix/.github/.github/workflows/python-release.yml@main
secrets:
token: ${{ secrets.PYPI_API_TOKEN }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

0 comments on commit 7432cac

Please sign in to comment.