File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 5757 uses : actions/setup-python@v4
5858 with :
5959 python-version : ${{ env.PYTHON_VERISON }}
60- - name : fixes
61- # run some tings that the `python-semantic-release` requires, but does not :-/
62- run : |
63- python -m pip install packaging
6460 - name : Setup poetry ${{ env.POETRY_VERSION }}
6561 # see https://github.com/marketplace/actions/setup-poetry
6662 uses : Gr1N/setup-poetry@v7
7672 id : semantic-release
7773 # see https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html
7874 # see https://github.com/relekang/python-semantic-release
79- uses : relekang/python-semantic-release@v7.28.1
75+ uses : relekang/python-semantic-release@v7.31.4
8076 with :
8177 github_token : ${{ secrets.GITHUB_TOKEN }}
8278 repository_username : __token__
You can’t perform that action at this time.
0 commit comments