fix: use python-semantic-release instead of semantic-release
Some checks failed
PR Checks / test (pull_request) Failing after 17s
PR Checks / security (pull_request) Failing after 15s

semantic-release==0.1.0 is wrong package.
python-semantic-release is the official one.
This commit is contained in:
root 2026-03-29 01:18:06 +00:00
parent 0634262eb2
commit fff2c28331
2 changed files with 4 additions and 1 deletions

View File

@ -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. Use at your own risk and respect Kwork's terms of service.
## CI Test ## CI Test
## CI Test
Testing Gitea Actions workflow.

View File

@ -35,7 +35,7 @@ dev = [
"pytest-html>=4.0.0", "pytest-html>=4.0.0",
"respx>=0.20.0", "respx>=0.20.0",
"ruff>=0.3.0", "ruff>=0.3.0",
"semantic-release>=24.0.0", "python-semantic-release>=9.0.0",
"pip-audit>=2.7.0", "pip-audit>=2.7.0",
] ]