Skip to content

Commit

Permalink
Merge pull request #49 from UBC-MDS/fix-cd-actions
Browse files Browse the repository at this point in the history
fix: updated .toml file to build pkg
  • Loading branch information
MarekB19 authored Feb 3, 2025
2 parents b9e65a6 + 3259ec5 commit 502f47b
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 @@ -19,6 +19,14 @@ myst-nb = "^1.1.2"
sphinx-autoapi = "^3.4.0"
sphinx-rtd-theme = "^3.0.2"

[tool.semantic_release]
version_toml = [
"pyproject.toml:tool.poetry.version",
] # version location
branch = "main" # branch to make releases of
changelog_file = "CHANGELOG.md" # changelog file
build_command = "pip install poetry && poetry build" # build dists

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 502f47b

Please sign in to comment.