Skip to content

Commit

Permalink
chore(ci): upgrade python-semantic-release to v9.8.8 (#176)
Browse files Browse the repository at this point in the history
There have been a lot of releases since v8.0.8
https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md#v808-2023-08-26

The breaking change was dropping Python 3.7. While this project supports
3.7... that will change the next opportunity
  • Loading branch information
crccheck authored Sep 10, 2024
1 parent 494d581 commit 50a03af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Python Semantic Release
id: release
# https://github.com/python-semantic-release/python-semantic-release/releases
uses: python-semantic-release/[email protected]
# https://python-semantic-release.readthedocs.io/en/latest/github-action.html
uses: python-semantic-release/[email protected]
with:
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}

Expand Down

0 comments on commit 50a03af

Please sign in to comment.