summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`