summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Moss <david.moss@singletrack.com>2015-03-31 22:48:02 +0100
committerDavid Moss <david.moss@singletrack.com>2015-03-31 22:48:02 +0100
commitbcc0e303157b6a0912528f35349114dec8f4a393 (patch)
tree6f57ef1113ff273b11dfa5c5f713db7bd9ececae
parent877249faf75d176557f3f7727fa01b0705870305 (diff)
downloadnetaddr-bcc0e303157b6a0912528f35349114dec8f4a393.tar.gz
- finalised release documentationnetaddr-0.7.14
-rw-r--r--RELEASE15
1 files changed, 9 insertions, 6 deletions
diff --git a/RELEASE b/RELEASE
index f8f35c2..6317c4a 100644
--- a/RELEASE
+++ b/RELEASE
@@ -24,16 +24,19 @@ Here is how to go about releasing a new version of `netaddr`.
* Commit all changes.
-* Build the packages.
+* Build the packages and documentation.
`make dist`
-* Build sphinx documentation.
+* Tag the release.
- `make doc`
+* Upload all built packages to PyPI (currently, only drkjam can do this).
-* Tag the release.
+ - `dist/*.whl`
+ - `dist/*.zip`
+ - `dist/*.gz`
+ - `dist/*.egg`
-* Upload all built packages to PyPI.
+* Update documentation on PyPI (readthedocs will update itself).
-* Update documentation on PyPI. readthedocs will update itself.
+ - `docs/build/netaddr.zip`