From 15bdb4ee3f0443e46d9cc03b6f1268fefc0433cf Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Thu, 5 Dec 2019 05:43:23 -0800 Subject: [PATCH] Update release notes in TODO --- TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index eab8592..677628a 100755 --- a/TODO +++ b/TODO @@ -17,7 +17,10 @@ future. 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 ----------------------- -- 2.30.2