Skip to content

Commit 885fd5b

Browse files
authored
fix: update pyproject to use tag version to fix release workflow (#37)
1 parent a74a943 commit 885fd5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ branch = "main"
77
upload_to_PyPI = true
88
upload_to_release = true
99
build_command = "pip install build && python -m build"
10-
version_source = "commit"
10+
version_source = "tag"
1111
commit_version_number = true
1212
commit_subject = "chore(release): Bump version to {version}"
1313
commit_message = "chore(release): Bump version to {version}"
14-
commit_author = "amplitude-sdk-bot <[email protected]>"
14+
commit_author = "amplitude-sdk-bot <[email protected]>"

0 commit comments

Comments
 (0)