projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a40f29
)
Update release notes in TODO
v0.26
author
Eli Bendersky
<eliben@gmail.com>
Thu, 5 Dec 2019 13:43:23 +0000
(
05:43
-0800)
committer
Eli Bendersky
<eliben@gmail.com>
Thu, 5 Dec 2019 13:43:23 +0000
(
05:43
-0800)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index eab8592559e616373acc1f6ba254f03cb24662ba..677628ac056e1720279deaf80498e1e5d6997d26 100755
(executable)
--- 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
-----------------------