From 465a2bec65a2665780e77da6e8c8d11b0835bbd5 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Mon, 9 Dec 2019 05:24:36 -0800 Subject: [PATCH] Tweak release instructions in TODO --- TODO | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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 -- 2.30.2