From fff2c28331da3ec6dd8eacca9a475a91d33a2ac4 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 29 Mar 2026 01:18:06 +0000 Subject: [PATCH] fix: use python-semantic-release instead of semantic-release semantic-release==0.1.0 is wrong package. python-semantic-release is the official one. --- README.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89bb54b..f564732 100644 --- a/README.md +++ b/README.md @@ -267,3 +267,6 @@ This is an unofficial client. Kwork.ru is not affiliated with this project. Use at your own risk and respect Kwork's terms of service. ## CI Test + +## CI Test +Testing Gitea Actions workflow. diff --git a/pyproject.toml b/pyproject.toml index 682d8fe..5d57981 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ "pytest-html>=4.0.0", "respx>=0.20.0", "ruff>=0.3.0", - "semantic-release>=24.0.0", + "python-semantic-release>=9.0.0", "pip-audit>=2.7.0", ]