From c3e85a02327da48083ee686c67653c04d67735b3 Mon Sep 17 00:00:00 2001 From: Micael Jarniac Date: Fri, 14 Jul 2023 16:43:45 -0300 Subject: [PATCH] build: install Poetry to build --- .github/workflows/semantic-release.yml | 2 -- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 4738e2f..8942345 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -19,8 +19,6 @@ jobs: with: fetch-depth: 0 - - uses: snok/install-poetry@v1 - - name: Python Semantic Release id: release uses: python-semantic-release/python-semantic-release@8.0.x diff --git a/pyproject.toml b/pyproject.toml index 75e55a5..abd213d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,7 +118,7 @@ show_column_numbers = true [tool.semantic_release] version_toml = ["pyproject.toml:tool.poetry.version"] -build_command = "poetry build" +build_command = "pip install poetry && poetry build" [tool.semantic_release.changelog] changelog_file = "docs/CHANGELOG.md"