We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063b200 commit 265ea15Copy full SHA for 265ea15
.github/workflows/python-publish.yml
@@ -31,6 +31,8 @@ jobs:
31
32
- name: Build release distributions
33
run: |
34
+ poetry self add poetry-git-version-plugin
35
+ poetry git-version
36
poetry build
37
38
- name: Upload distributions
0 commit comments