Skip to content

Commit cc0d746

Browse files
committed
Prepare for pypi publish;
1 parent afd0fa1 commit cc0d746

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/Publish.Pypi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
with:
2222
args: "-f docbook README.xml -t markdown_strict -o README.md"
2323
- name: Get VERSION
24-
run: echo ${{ env.GITHUB_REF }} > VERSION
24+
id: GetVersion
25+
uses: WyriHaximus/github-action-get-previous-tag@v1
26+
- run: echo ${{ steps.GetVersion.outputs.tag }} > VERSION
2527
- name: Build
2628
run: python -m build
2729
- name: Publish

0 commit comments

Comments
 (0)