Skip to content

Commit

Permalink
add dist to cicid
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Dec 16, 2023
1 parent a4da20e commit 6cd902e
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 @@ -30,6 +30,14 @@ version_variable = "setup.py:__version__"
version_toml = [
"pyproject.toml:tool.poetry.version",
]
branch = "main"
build_command = "poetry build"
dist_path = "dist/"
upload_to_release = true
upload_to_pypi = false
remove_dist = false
commit_subject = "chore(release): {version}"
patch_without_tag = true

[tool.semantic_release.remote]
ignore_token_for_push = true

0 comments on commit 6cd902e

Please sign in to comment.