Skip to content

Commit

Permalink
ci: fix semantic release settings
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Asseman <[email protected]>
  • Loading branch information
aasseman committed Nov 3, 2022
1 parent 4337181 commit 00b8424
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ myst-parser = "^0.17.2"
pylint = "^2.14.5"
pytest-cov = "^4.0.0"

[tool.semantic_release]
upload_to_repository = false
version_source = "tag_only"
build_command = false
upload_to_release = false

[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"
Expand Down

0 comments on commit 00b8424

Please sign in to comment.