Skip to content

Commit c153222

Browse files
committed
Merge branch 'dev' of https://github.com/opentargets/genetics_etl_python into release/0.x.x
2 parents d11112f + 3f9e1b8 commit c153222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ yamllint = "^1.33.0"
7979

8080
[tool.semantic_release]
8181
logging_use_named_masks = true
82-
build_command = "poetry build"
82+
build_command = "pip install poetry && poetry build"
8383
assets = []
8484
version_variable = ["src/otg/__init__.py:__version__"]
8585
version_toml = ["pyproject.toml:tool.poetry.version"]

0 commit comments

Comments
 (0)