EntilZha / PyFunctional

Python library for creating data pipelines with chain functional programming
http://pyfunctional.pedro.ai
MIT License
2.41k stars 132 forks source link

Publish with github action and git versioning #202

Open FlavioAmurrioCS opened 5 months ago

FlavioAmurrioCS commented 5 months ago

After merging

Make sure to configure trusted publishing https://docs.pypi.org/trusted-publishers/adding-a-publisher/

git checkout master
git pull
git tag v1.5.1
git push origin tag v1.5.1

Issue: https://github.com/EntilZha/PyFunctional/issues/201