Skip to content

Commit

Permalink
Prepare for pypi publish;
Browse files Browse the repository at this point in the history
  • Loading branch information
liurui39660 committed Apr 17, 2021
1 parent afd0fa1 commit cc0d746
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Publish.Pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
with:
args: "-f docbook README.xml -t markdown_strict -o README.md"
- name: Get VERSION
run: echo ${{ env.GITHUB_REF }} > VERSION
id: GetVersion
uses: WyriHaximus/github-action-get-previous-tag@v1
- run: echo ${{ steps.GetVersion.outputs.tag }} > VERSION
- name: Build
run: python -m build
- name: Publish
Expand Down

0 comments on commit cc0d746

Please sign in to comment.