From: Eli Bendersky Date: Mon, 9 Dec 2019 13:24:36 +0000 (-0800) Subject: Tweak release instructions in TODO X-Git-Tag: v0.27~73 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=465a2bec65a2665780e77da6e8c8d11b0835bbd5;p=pyelftools.git Tweak release instructions in TODO --- diff --git a/TODO b/TODO index 677628a..a2226f7 100755 --- a/TODO +++ b/TODO @@ -14,14 +14,6 @@ Theoretically, I can remove construct from pyelftools and use it as a dependency instead. I don't really have time to play with this now, but may do so in the future. -Distribution ------------- - -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 ----------------------- @@ -32,3 +24,12 @@ Preparing a new release everything looks ok * Now build with upload to send it to PyPi * Test with pip install from some new virtualenv + +Distribution +------------ + +1. First install Twine (https://packaging.python.org/tutorials/packaging-projects/) +2. python3 -m twine upload dist/*, but make sure ``setup.py`` was already run + and the updated whl and tarbal are in dist/. + +Credentials for PyPI are stored in ~/.pypirc