Skip to content

Commit

Permalink
Merge pull request #102 from UBC-MDS/scout-mckee-patch-4
Browse files Browse the repository at this point in the history
fix:Update pyproject.toml
  • Loading branch information
jcairn02 authored Feb 2, 2024
2 parents d0cd7ec + 57950fb commit 4008184
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ sphinx-rtd-theme = "^2.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.semantic_release]
version_toml = [
"pyproject.toml:tool.poetry.version",
]
branch = "main"
changelog_file = "CHANGELOG.md"
build_command = "pip install poetry && poetry build"

0 comments on commit 4008184

Please sign in to comment.