From b88f65c02ff125bba74b18db09ad6cf88ef96e8b Mon Sep 17 00:00:00 2001 From: Ilya Taratukhin Date: Tue, 29 Aug 2023 14:31:36 +0200 Subject: [PATCH] build(ci): add missed `semantic-release` plugin --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca6f9175..befa8c08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,8 @@ jobs: with: language: python language-version: '3.9' + semantic-release-extra-plugins: | + semantic-release-pypi@2.5.0 prepare-command: | python -m pip install --upgrade pip pip install -r requirements.txt