From c7eca0e3358ff3c733ab5845a6e60c34b3af7488 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 26 Apr 2018 12:15:49 -0700 Subject: Add yet another wiki to update on release --- RELEASING.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASING.txt') diff --git a/RELEASING.txt b/RELEASING.txt index ba978562e..a415dfe64 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -133,6 +133,8 @@ Marketing and communications - Edit `https://en.wikipedia.org/wiki/Pylons_project `_. +- Edit `https://en.wikipedia.org/wiki/Comparison_of_web_frameworks `_. + - Announce to Twitter. ``` -- cgit v1.2.3 From 21a9376b6c8535432eca527598013a0fbac9a461 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 26 Apr 2018 12:22:37 -0700 Subject: Forward port some items from 1.9-branch into RELEASING.txt --- RELEASING.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'RELEASING.txt') diff --git a/RELEASING.txt b/RELEASING.txt index a415dfe64..bec140309 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -71,9 +71,15 @@ Prepare new release branch - Change setup.py version to the release version number. +- Make sure PyPI long description renders (requires ``readme_renderer`` + installed into your Python):: + + $ python setup.py check -r -s -m + - Create a release tag. -- Build and publish to PyPI:: +- Make sure your Python has ``setuptools-git``, ``twine``, and ``wheel`` + installed and release to PyPI:: $ python setup.py sdist bdist_wheel $ twine upload dist/pyramid-X.X-* -- cgit v1.2.3