From a9cb943c388b05ec93bc9907ec0e27ccb009264c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Fri, 10 Feb 2017 08:52:54 -0500 Subject: [PATCH] also build sdist files --- doc/development.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development.mdwn b/doc/development.mdwn index 9a563d53..d1a48c9b 100644 --- a/doc/development.mdwn +++ b/doc/development.mdwn @@ -60,7 +60,7 @@ Release process 2. bump AppVersion in setup.py and commit changes -3. build wheel file (setup.py bdist_wheel) and upload to PyPI +3. build Python distributions files (`setup.py sdist bdist_wheel`) and upload to PyPI 4. tag release (vX.Y.Z)