fgmacedo / python-statemachine

Python Finite State Machines made easy.
MIT License
858 stars 84 forks source link

Add automation (GH action) to publish a new version on pypi #394

Closed fgmacedo closed 4 months ago

fgmacedo commented 1 year ago

Description

Automate the deployment process to publish a new version on pypi when a new tag is created.

REF: https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/

brunolnetto commented 11 months ago

See targets what, bump, publish and release on Makefile here: https://github.com/trouchet/eule/blob/main/Makefile

Caveat: it is a manual deployment