ci: Rewrite relative readme URLs before release (#52)

This commit is contained in:
Mike A.
2024-08-01 20:41:28 +02:00
parent a25ca28f9f
commit 6dddb5f77e
3 changed files with 54 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ jobs:
python -m pip install poetry
poetry config virtualenvs.in-project true
poetry install
- name: Prepare README
run: ./scripts/refactor_readme.py README.md
- name: Build package
run: poetry build