summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-04-15 09:43:12 -0500
committerMichael Merickel <michael@merickel.org>2015-04-15 09:43:41 -0500
commitb9298c8306a68cadf61f893d71edfe96a34112b0 (patch)
tree6b5bdc8b15a80bfa88b69b133541d56bd08882c2 /RELEASING.txt
parent4d83ea47111a6661f0f7af7c2de8b85773df75d0 (diff)
downloadpyramid-b9298c8306a68cadf61f893d71edfe96a34112b0.tar.gz
pyramid-b9298c8306a68cadf61f893d71edfe96a34112b0.tar.bz2
pyramid-b9298c8306a68cadf61f893d71edfe96a34112b0.zip
update releasing.txt to use twine/wheels
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index d891aa620..1cc9e265f 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -40,10 +40,11 @@ Releasing Pyramid
- Create a release tag.
-- Make sure your system Python has ``setuptools-git`` installed and release to
- PyPI::
+- Make sure your Python has ``setuptools-git``, ``twine`` and ``wheel``
+ installed and release to PyPI::
- $ python setup.py sdist register upload
+ $ python setup.py sdist bdist_wheel
+ $ twine upload dist/pyramid-X.X-*
- Edit `http://wiki.python.org/moin/WebFrameworks
<http://wiki.python.org/moin/WebFrameworks>`_.