From 2f30856c934eba337c8e3f4e6d0e8b11bccd67e7 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Wed, 27 Dec 2023 11:08:10 -0700 Subject: [PATCH] docs: update releasing instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45e20ee..b398e0c 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,5 @@ To cut a new release of **pyisd** (assuming you have the appropriate permissions 5. Merge the pull request once all required checks pass. 6. Create an annotated tag, e.g. `git tag -a v0.1.4`. 7. Push the annotated tag to github. - This will trigger a new pypi release. +8. Create a Github release. + This will trigger a new PyPI release.