Skip to content

Commit c4521cc

Browse files
authored
chore: set upload_to_repository to true
1 parent cd0e05c commit c4521cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ version_toml = "pyproject.toml:tool.poetry.version"
3939
major_on_zero = false
4040
commit_subject = "chore(release): bump version to v{version}"
4141
build_command = "curl -sSL https://install.python-poetry.org | python - && export PATH=\"/github/home/.local/bin:$PATH\" && poetry install && poetry build"
42-
upload_to_repository = false
42+
upload_to_repository = true
4343
branch = "develop"
4444
changelog_components = "semantic_release.changelog.changelog_headers,semantic_release.changelog.compare_url"
4545

0 commit comments

Comments
 (0)