From: Eli Bendersky Date: Thu, 5 Dec 2019 13:43:23 +0000 (-0800) Subject: Update release notes in TODO X-Git-Tag: v0.26 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15bdb4ee3f0443e46d9cc03b6f1268fefc0433cf;p=pyelftools.git Update release notes in TODO --- 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 -----------------------