Skip to content

Commit

Permalink
Build: Updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrod committed Sep 10, 2024
1 parent f201056 commit 94ebcac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ ruff = ">=0.0.47"

[tool.semantic_release]
version_variable = "pyproject.toml:version"
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"]
Expand Down

0 comments on commit 94ebcac

Please sign in to comment.