From 4cda43b947a4a770413e8a655fb7983d3ef1f079 Mon Sep 17 00:00:00 2001 From: Zulko Date: Fri, 13 Dec 2024 11:42:56 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ddafcb..807bcd2 100644 --- a/README.md +++ b/README.md @@ -87,4 +87,4 @@ This project is licensed under the MIT License. See the `LICENSE` file for detai ## Releases -Make sure the changelog is up to date and the top section reads `Unreleased`. Increment the version with the `bumpversion` workflow in Actions - it will update the version everywhere in the repo, create a tag, and trigger a Github release. If all looks good, publish to PyPI via the `publish` workflow in Actions. +Make sure the changelog is up to date and the top section reads `Unreleased`. Increment the version with the `bumpversion` workflow in Actions - it will update the version everywhere in the repo and create a tag. If all looks good, create a release for the tag, it will automatically publish to PyPI.