Skip to content

Commit

Permalink
build: install Poetry to build
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaelJarniac committed Jul 14, 2023
1 parent ce2e6e8 commit c3e85a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
with:
fetch-depth: 0

- uses: snok/install-poetry@v1

- name: Python Semantic Release
id: release
uses: python-semantic-release/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c3e85a0

Please sign in to comment.