Skip to content

Commit

Permalink
docs: Remove automatic steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 27, 2024
1 parent 4bfc33a commit 4dd3536
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/release_process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4dd3536

Please sign in to comment.