Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvxx committed Feb 11, 2024
1 parent 049e7d4 commit 4f9fdef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
python -m pip install --upgrade pip
pip install bump2version build twine
- name: Get current version
run: bump2version --current-version `grep 'version =' pyproject.toml | sed 's/version = //g' | tr -d '"'` --dry-run --verbose patch

- name: Bump patch version
run: bump2version patch

Expand Down

0 comments on commit 4f9fdef

Please sign in to comment.