pyproject-bump-pypi
Version updated for https://github.com/monperrus/pyproject-bump-pypi to version v0.1.0.
- This action is used across all versions by 5 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
pyproject-bump-pypi is a GitHub Action that automates version management in Python projects by updating the pyproject.toml file. It ensures the project’s version is always one step ahead of the latest version published on PyPI by automatically calculating and incrementing the appropriate version component (major, minor, or micro). This action eliminates manual version tracking errors and keeps releases synchronized with PyPI.