Skip to content

Commit

Permalink
fix: update more pyproject.toml config options
Browse files Browse the repository at this point in the history
  • Loading branch information
joel@joellee.org committed Aug 23, 2023
1 parent d9c555d commit 3c38c2b
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 @@ -41,7 +41,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 = true
upload_to_vcs_release = true
branch = "main"
changelog_components = "semantic_release.changelog.changelog_headers,semantic_release.changelog.compare_url"

Expand Down

0 comments on commit 3c38c2b

Please sign in to comment.