We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c3fb5 commit b8e638bCopy full SHA for b8e638b
NOTES.rst
@@ -34,7 +34,7 @@ Publishing a Release
34
====================
35
36
* Check the setup.py version.
37
-# Check doc/conf.py version (search for "release =").
+* Check doc/conf.py version (search for "release =").
38
* Commit and push everything.
39
* Activate the 3.6 venv (to get twine, wheel, etc)
40
* Run: rm -rf dist
@@ -44,5 +44,6 @@ Publishing a Release
44
* Run: git tag v$VERSION
45
* Run: git push --tags
46
* Go to GitHub and make a release
47
+* Go to ReadTheDocs and rebuild to pick up new version
48
* Bump the setup.py version for next time, and commit.
49
0 commit comments