From 8a03eb80f8671d64d05c8aa98595c169a789e16f Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Sun, 24 Oct 2021 21:21:58 -0700 Subject: [PATCH] Fix copypasta --- MAINTENANCE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTENANCE.md b/MAINTENANCE.md index 8524b37..6f4fa34 100644 --- a/MAINTENANCE.md +++ b/MAINTENANCE.md @@ -3,7 +3,7 @@ These are the steps, to be run by the maintainer, for making a new Python package release. -1. Rev versions in **sphinx_sitemap/version.py** and **setup.py**. +1. Rev versions in **sphinx_gitstamp/version.py** and **setup.py**. 2. Update **CHANGELOG.md** 3. Create a tag and push to GitHub: @@ -20,4 +20,4 @@ package release. 6. Upload to the production pypi.org repository: - twine upload dist/* \ No newline at end of file + twine upload dist/*