Skip to content

Commit

Permalink
fix: CI release pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Sep 19, 2022
1 parent 0a8f8ff commit 99ccdc6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERISON }}
- name: fixes
# run some tings that the `python-semantic-release` requires, but does not :-/
run: |
python -m pip install packaging
- name: Setup poetry ${{ env.POETRY_VERSION }}
# see https://github.com/marketplace/actions/setup-poetry
uses: Gr1N/setup-poetry@v7
Expand All @@ -76,7 +72,7 @@ jobs:
id: semantic-release
# see https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html
# see https://github.com/relekang/python-semantic-release
uses: relekang/python-semantic-release@v7.28.1
uses: relekang/python-semantic-release@v7.31.4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
Expand Down

0 comments on commit 99ccdc6

Please sign in to comment.