Skip to content

Commit 265ea15

Browse files
author
Jakob Friedrich
committed
add git-version plugin for tag release versioning
1 parent 063b200 commit 265ea15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131

3232
- name: Build release distributions
3333
run: |
34+
poetry self add poetry-git-version-plugin
35+
poetry git-version
3436
poetry build
3537
3638
- name: Upload distributions

0 commit comments

Comments
 (0)