Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
SlashGordon committed Nov 15, 2023
1 parent 814ff06 commit 1b146e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ build-backend = "poetry.core.masonry.api"
[tool.semantic_release]
version_variable = [
"src/pysymbolscanner/__init__.py:__version__",
"pyproject.toml:version"
]
version_toml = [
"pyproject.toml:tool.poetry.version",
]
branch = "master"
upload_to_pypi = true
upload_to_release = true
build_command = "pip install poetry && poetry publish --build"
build_command = "pip install poetry && poetry build"

[tool.pytest.ini_options]
addopts = "tests/ --junitxml test-results/test.xml --cov src/pysymbolscanner --cov-report term-missing"
Expand Down

0 comments on commit 1b146e9

Please sign in to comment.