Skip to content

Commit

Permalink
fix: changed build command for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Guibod committed Feb 5, 2023
1 parent f19dbfb commit d96e0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ filterwarnings = [
version_variable = "src/mightstone/__init__.py:__version__,docs/source/conf.py:version"
version_toml = "pyproject.toml:tool.poetry.version"
branch = "main"
build_command = "make build"
build_command = "pip install poetry && make build"

0 comments on commit d96e0b4

Please sign in to comment.