Skip to content

Commit

Permalink
Improved release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jnidzwetzki committed Jan 29, 2023
1 parent b034196 commit b6fd313
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
python -m pip install --upgrade pip
pip install build
pip install twine
pip install dunamai
- name: Show version based on git tag
run: dunamai from git --style semver

- name: Build package
run: python -m build

Expand Down

0 comments on commit b6fd313

Please sign in to comment.