From 2468b4ee5a3fa6537031b54afba3712cb053a192 Mon Sep 17 00:00:00 2001 From: grubert Date: Thu, 7 May 2015 15:15:08 +0000 Subject: [PATCH] document py3 wheel build git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7888 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docs/dev/release.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/dev/release.txt b/docs/dev/release.txt index 2e80e40ef..fed74aaf5 100644 --- a/docs/dev/release.txt +++ b/docs/dev/release.txt @@ -240,6 +240,16 @@ For details see the script. __ http://freecode.com/projects/docutils/ +* **build a wheel** at least for python3:: + + pip3 wheel docutils + + This builds the wheel by downloading the new release from pypi. + + Upload the wheel to pypi. + + Question: Can we have an tar.gz (distutil) and a py2-wheel and a py3-wheel + on pypi and will installers select the correct files ? .. -- 2.11.4.GIT