gabledata / recap

Work with your web service, database, and streaming schemas in a single format.
https://recap.build
MIT License
330 stars 24 forks source link

Add PyPI publication GH workflow #388

Closed criccomini closed 1 year ago

criccomini commented 1 year ago

I've added a publish.yaml to publish recap-core via Github actions.

Recap is automatically published when a Github release is cut using the git tag format n.n.n (semver). The GH action will automatically publish the package, increment the version number in pyproject.toml, and commit the change. The patch version is always incremented.