Skip to content

Commit

Permalink
fix: pyradiomics original
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed May 16, 2024
1 parent 9513427 commit 4ab6aa7
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,19 @@ pytest = "^7.4.3"
pytest-cov = "^4.1.0"
pytest-xdist = "^3.5.0"
jupyter = "^1.0.0"
myst-nb = {version = "^1.0.0", python = "^3.9"}
myst-nb = { version = "^1.0.0", python = "^3.9" }
sphinx-autoapi = "^3.0.0"
sphinx-rtd-theme = "^1.3.0"
python-semantic-release = "^8.5.2"

[tool.semantic_release]
version_variables = [
"src/readii/__init__.py:__version__",
]
version_toml = [
"pyproject.toml:tool.poetry.version"
] # version location
changelog_file = "CHANGELOG.md" # changelog file
dist_path = "dist/" # where to put dists
upload_to_release = true # auto-create GitHub release
remove_dist = false # don't remove dists
patch_without_tag = true # patch release by default
version_variables = ["src/readii/__init__.py:__version__"]
version_toml = ["pyproject.toml:tool.poetry.version"] # version location
changelog_file = "CHANGELOG.md" # changelog file
dist_path = "dist/" # where to put dists
upload_to_release = true # auto-create GitHub release
remove_dist = false # don't remove dists
patch_without_tag = true # patch release by default

[tool.semantic_release.branches.main]
match = "(main|master)"
Expand Down

0 comments on commit 4ab6aa7

Please sign in to comment.