Skip to content

Commit c65fe95

Browse files
authored
chore: set upload_to_repository to true
1 parent 542bd95 commit c65fe95

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
@@ -38,7 +38,7 @@ version_toml = "pyproject.toml:tool.poetry.version"
3838
major_on_zero = false
3939
commit_subject = "chore(release): bump version to v{version}"
4040
build_command = "curl -sSL https://install.python-poetry.org | python - && export PATH=\"/github/home/.local/bin:$PATH\" && poetry install && poetry build"
41-
upload_to_repository = false
41+
upload_to_repository = true
4242
branch = "master"
4343
changelog_components = "semantic_release.changelog.changelog_headers,semantic_release.changelog.compare_url"
4444

0 commit comments

Comments
 (0)