From 130ed3b1eee119b1ffcb4f0eebc0a6fed563b788 Mon Sep 17 00:00:00 2001 From: Robin Franken <77491494+rmfranken@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:55:17 +0100 Subject: [PATCH] chore(docs): update docs for releases --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88477e9..c88bb86 100644 --- a/README.md +++ b/README.md @@ -136,5 +136,5 @@ make doc Releases are done via github release - a release will trigger a github workflow to publish the package on Pypi -- Make sure to update to a new version in `pyproject.toml` before making the release +- Make sure to update to a new version in `pyproject.toml` and `conf.py` before making the release - It is possible to test the publishing on Pypi.test by running a manual workflow: go to github actions and run the Workflow: 'Publish on Pypi Test'