Chris McDonough
2015-04-15 77097cbdf859d0b86a002538f80ca1314f51562b
Merge branch 'master' of github.com:Pylons/pyramid
1 files modified
7 ■■■■■ changed files
RELEASING.txt 7 ●●●●● patch | view | raw | blame | history
RELEASING.txt
@@ -40,10 +40,11 @@
- 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>`_.