Skip to content

Commit

Permalink
fix: add python-semantic-release to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Mar 31, 2024
1 parent e9f94ff commit 1c67a65
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 1 deletion.
208 changes: 207 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ pytest-cov = "^5.0.0"
myst-nb = {version = "^1.0.0", python = "^3.9"}
sphinx-autoapi = "^3.0.0"
sphinx-rtd-theme = "^2.0.0"
python-semantic-release = "^9.4.0"

[tool.semantic_release]
version_variable = "pyproject.toml:version"
version_toml = [
"pyproject.toml:tool.poetry.version",
] # version location
Expand Down

0 comments on commit 1c67a65

Please sign in to comment.