From b9298c8306a68cadf61f893d71edfe96a34112b0 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 15 Apr 2015 09:43:12 -0500 Subject: update releasing.txt to use twine/wheels --- RELEASING.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'RELEASING.txt') 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 `_. -- cgit v1.2.3