Skip to content

Commit

Permalink
Tweak release instructions in TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Dec 9, 2019
1 parent 15bdb4e commit 465a2be
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------------

Expand All @@ -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

0 comments on commit 465a2be

Please sign in to comment.