From 2717a5e302e6fe68b68de19e4f1e44e73cb1fb8c Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 17 Nov 2019 20:26:35 -0500 Subject: [PATCH] Administrivia --- admin-tools/how-to-make-a-release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-tools/how-to-make-a-release.md b/admin-tools/how-to-make-a-release.md index 2fc43589..daa73693 100644 --- a/admin-tools/how-to-make-a-release.md +++ b/admin-tools/how-to-make-a-release.md @@ -60,8 +60,6 @@ $ . ./admin-tools/make-dist-newer.sh $ twine check dist/uncompyle6-$VERSION* -Goto https://github.com/rocky/python-uncompyle6/releases - # Upload single package and look at Rst Formating $ twine check dist/uncompyle6-${VERSION}* @@ -71,6 +69,8 @@ Goto https://github.com/rocky/python-uncompyle6/releases $ twine upload dist/uncompyle6-${VERSION}* +Goto https://github.com/rocky/python-uncompyle6/releases + # Push tags: $ git push --tags