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.
I've added a
publish.yaml
to publishrecap-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.