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 22, 2022
1 parent 542bd95 commit c65fe95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -38,7 +38,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 = "master"
changelog_components = "semantic_release.changelog.changelog_headers,semantic_release.changelog.compare_url"

Expand Down

0 comments on commit c65fe95

Please sign in to comment.