blackrock / ingen

InGen is a command line tool written on top of pandas and great_expectations to perform small scale data transformations and validations without writing code.
Apache License 2.0
14 stars 5 forks source link

[FEATURE] Update python-publish.yml to auto increment version when tag is intro… #50

Closed Jatin-8898 closed 1 month ago

Jatin-8898 commented 2 months ago

Description

This PR does the following:

Trigger: The workflow runs on any push to a tag. Permissions: Write permissions to contents are set.

Steps:

This updated workflow should run successfully, extracting the tag name correctly and updating the version in setup.py before building and publishing the package to PyPI.

Changes Made

The changes made in this PR includes the automation changes made in the Github actions to publish the python package to PyPI when new tag is pushed.

Definition of Done

Before submitting this pull request, please ensure that the following criteria have been met:

Additional Notes

[Add any additional notes or context for the reviewer or future maintainers of this code.]

Thank you for submitting!