From f2f868e0e57dad1ad4ccd7f59c8b89c80ee7361e Mon Sep 17 00:00:00 2001 From: Christopher Dignam Date: Mon, 16 Oct 2023 23:32:47 -0400 Subject: [PATCH] document publishing --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index acfd18ce1..dac0c05f0 100644 --- a/README.md +++ b/README.md @@ -253,3 +253,7 @@ def activity(request: HttpRequest, team_id: str) -> HttpResponse: - - - + +## Releasing a new version +1. Navigate to https://github.com/sbdchd/django-types/actions/workflows/bump_version.yml and click "Run workflow". +2. Select the version level you wish to increase and click "Run workflow" to bump the version and publish to PyPI.