Skip to content

Commit

Permalink
publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 23, 2023
1 parent 886bd73 commit 2cf1f55
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,22 @@ on:

jobs:
bump-version:
uses: openclimatefix/.github/.github/workflows/bump-version.yml@v1.7.2
uses: openclimatefix/.github/.github/workflows/bump-version.yml@v1.8.1
secrets:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

github-release:
needs: [ bump-version ]
uses: openclimatefix/.github/.github/workflows/github-release.yml@v1.2.0
uses: openclimatefix/.github/.github/workflows/github-release.yml@v1.8.1
with:
version: ${{ needs.bump-version.outputs.new_ver }}

publish-to-pypi:
needs: [ bump-version ]
uses: openclimatefix/.github/.github/workflows/publish-to-pypi.yml@v1.8.1
with:
ref: main
secrets:
token: ${{ secrets.PYPI_API_TOKEN }}


0 comments on commit 2cf1f55

Please sign in to comment.