Skip to content

Commit

Permalink
fix: update pyproject to use tag version to fix release workflow (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyang1520 committed Sep 8, 2022
1 parent a74a943 commit 885fd5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ branch = "main"
upload_to_PyPI = true
upload_to_release = true
build_command = "pip install build && python -m build"
version_source = "commit"
version_source = "tag"
commit_version_number = true
commit_subject = "chore(release): Bump version to {version}"
commit_message = "chore(release): Bump version to {version}"
commit_author = "amplitude-sdk-bot <amplitude-sdk-bot@users.noreply.github.com>"
commit_author = "amplitude-sdk-bot <amplitude-sdk-bot@users.noreply.github.com>"

0 comments on commit 885fd5b

Please sign in to comment.