From 867122447945a9c4f9ac90e542c427cfca00dd3c Mon Sep 17 00:00:00 2001 From: Cristiano Betta Date: Wed, 20 Dec 2023 11:45:03 +0000 Subject: [PATCH] chore(docs): Add release documentation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb4ed91..908b00f 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,9 @@ This will output the request parameters and response to the console as follows. ### Publishing -This project is published on PyPi. +This project is published on PyPi. + +To roll a new release, update the version in `pyproject.toml` and tag a new release. GitHub actions will handle the release to PyPI. ## License