We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d757c33 commit bfeb736Copy full SHA for bfeb736
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install pypi deps
25
run: poetry install
26
- name: Version according to tag
27
- run: poetry version $(git describe --tags --abrev=0)
+ run: poetry version $(git describe --tags)
28
- name: Build
29
run: poetry build
30
- name: Publish to PyPi
0 commit comments