Skip to content

Commit 99ccdc6

Browse files
committed
fix: CI release pipeline
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 0a8f8ff commit 99ccdc6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ jobs:
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
@@ -76,7 +72,7 @@ jobs:
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__

0 commit comments

Comments
 (0)