Skip to content

Commit 8a03eb8

Browse files
committed
Fix copypasta
1 parent 67199e4 commit 8a03eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MAINTENANCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
These are the steps, to be run by the maintainer, for making a new Python
44
package release.
55

6-
1. Rev versions in **sphinx_sitemap/version.py** and **setup.py**.
6+
1. Rev versions in **sphinx_gitstamp/version.py** and **setup.py**.
77
2. Update **CHANGELOG.md**
88
3. Create a tag and push to GitHub:
99

@@ -20,4 +20,4 @@ package release.
2020

2121
6. Upload to the production pypi.org repository:
2222

23-
twine upload dist/*
23+
twine upload dist/*

0 commit comments

Comments
 (0)