From 1357a6f0acc00dec746f72aa8ef552cb75092ab7 Mon Sep 17 00:00:00 2001 From: Artem Rys Date: Mon, 9 Oct 2023 13:05:03 +0200 Subject: [PATCH] ci: add poetry install during publish --- .github/workflows/build-test-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index 78986767..882cc5c7 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -163,6 +163,7 @@ jobs: python-version: "3.7" - run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1 - run: | + poetry install poetry build - id: semantic uses: splunk/semantic-release-action@v1.3