diff --git a/pyproject.toml b/pyproject.toml index 62dd56f..d163971 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ version_variable = [ branch = "master" upload_to_pypi = true upload_to_release = true -build_command = "pip install poetry && poetry build" +build_command = "pip install poetry && poetry publish --build" [tool.pytest.ini_options] addopts = "tests/ --junitxml test-results/test.xml --cov src/pysymbolscanner --cov-report term-missing"