From 4dd353625594365e2ac367b79d78a25c930bdeab Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Sat, 27 Apr 2024 19:16:35 -0400 Subject: [PATCH] docs: Remove automatic steps --- docs/release_process.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/release_process.rst b/docs/release_process.rst index 046b3157..0a5365f7 100644 --- a/docs/release_process.rst +++ b/docs/release_process.rst @@ -18,5 +18,3 @@ Then: #. Check for new authors: ``git log --invert-grep --author='James McKinney'`` #. Run ``python charts.py`` to update images in the documentation #. Tag the release: ``git tag -a x.y.z -m 'x.y.z release.'; git push --follow-tags`` -#. Upload to PyPI: ``rm -rf dist; python setup.py sdist bdist_wheel; twine upload dist/*`` -#. Build the documentation on ReadTheDocs manually