ai-cfia / github-workflows

Reusable github workflows
MIT License
2 stars 0 forks source link

add optional checks in python lint if the version in pyproject.toml file has been bumped (fails pipeline if not bumped) #141

Closed SonOfLope closed 3 weeks ago

SonOfLope commented 2 months ago

I want to provide a way to validate that version has been bumped in a python project that uses pyproject as project configuration. This will be used for repositories destined to be libraries/datastore for our projects like ailab-datastore repo and azure-db repo.