Skip to content

Commit 50a03af

Browse files
authored
chore(ci): upgrade python-semantic-release to v9.8.8 (#176)
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
1 parent 494d581 commit 50a03af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
- name: Python Semantic Release
2424
id: release
2525
# https://github.com/python-semantic-release/python-semantic-release/releases
26-
uses: python-semantic-release/[email protected]
26+
# https://python-semantic-release.readthedocs.io/en/latest/github-action.html
27+
uses: python-semantic-release/[email protected]
2728
with:
2829
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
2930

0 commit comments

Comments
 (0)