Skip to content

Commit

Permalink
only release once #120
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Jul 4, 2024
1 parent d8b7c99 commit cd2f7ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
commit = True
tag = False
current_version = 1.0.80
message = Bump version: {current_version} → {new_version} [skip ci]

[bumpversion:file:setup.py]
search = version="{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
bump-version-python-docker-release:
uses: openclimatefix/.github/.github/workflows/python-docker-release.yml@main
secrets:
# PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
token: ${{ secrets.PYPI_API_TOKEN }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit cd2f7ec

Please sign in to comment.