Releasing¶
Releases are published to PyPI via OIDC-trusted publishing from GitHub Actions.
Steps¶
Update
__version__insrc/django_slugify_processor/__about__.pyandversioninpyproject.toml.Commit and tag:
$ git commit -m 'build(django-slugify-processor): Tag vX.Y.Z'
$ git tag vX.Y.Z
Push:
$ git push
$ git push --tags
The CI workflow builds the package and publishes it to PyPI automatically.