Update release notes in TODO
diff --git a/TODO b/TODO
index eab8592..677628a 100755
--- a/TODO
+++ b/TODO
@@ -17,7 +17,10 @@
 Distribution
 ------------
 
-python setup.py build sdist bdist_wheel upload
+1. First install Twine (https://packaging.python.org/tutorials/packaging-projects/)
+2. python3 -m twine upload dist/*
+
+Credentials for PyPI are stored in ~/.pypirc
 
 Preparing a new release
 -----------------------