Skip to content

Commit

Permalink
version tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt committed Jan 5, 2025
1 parent f1d7303 commit f8f41b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
run: |
VERSION=$(uvx --from=toml-cli toml get --toml-path=pyproject.toml project.version)
echo "Current version: $VERSION"
# increase the patch version
uvx --from=semver-cli semver inc patch $VERSION > version.txt
NEW_VERSION=$(cat version.txt)
echo "New version: $NEW_VERSION"
working-directory: python/

# - name: Publish package to PyPI
Expand Down

0 comments on commit f8f41b9

Please sign in to comment.