Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 0fad863

Browse files
author
Dani Reinón
committed
ci: add preview to poetry install in semantic-release
1 parent 1a6a9ad commit 0fad863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ version_variable = "storage3/utils.py:__version__"
4141
version_toml = "pyproject.toml:tool.poetry.version"
4242
major_on_zero = false
4343
commit_subject = "chore(release): bump version to v{version}"
44-
build_command = "curl -sSL https://install.python-poetry.org | python - && export PATH=\"/github/home/.local/bin:$PATH\" && poetry install && poetry build"
44+
build_command = "curl -sSL https://install.python-poetry.org | python - --preview && export PATH=\"/github/home/.local/bin:$PATH\" && poetry install && poetry build"
4545
upload_to_repository = true
4646
branch = "main"
4747
changelog_components = "semantic_release.changelog.changelog_headers,semantic_release.changelog.compare_url"

0 commit comments

Comments
 (0)