Skip to content

Commit

Permalink
chore: set upload_to_repository to true
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Jan 20, 2022
1 parent 57ec6d8 commit 6316827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ version_toml = "pyproject.toml:tool.poetry.version"
major_on_zero = false
commit_subject = "chore(release): bump version to v{version}"
build_command = "curl -sSL https://install.python-poetry.org | python - && export PATH=\"/github/home/.local/bin:$PATH\" && poetry install && poetry build"
upload_to_repository = false
upload_to_repository = true
branch = "main"
changelog_components = "semantic_release.changelog.changelog_headers,semantic_release.changelog.compare_url"

Expand Down

0 comments on commit 6316827

Please sign in to comment.