From f9600268eae551ee395e4ccb2e10681cacf6772f Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 7 Sep 2015 15:41:30 +0300 Subject: [PATCH] Check installation sooner [CI skip] --- RELEASING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index e4ed249..b395aaa 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -17,6 +17,7 @@ git tag -a 1.5.0 -m "Release 1.5.0" python setup.py register python setup.py sdist --format=gztar upload ``` +* [ ] Check installation: `pip install -U pylast` * [ ] Push: `git push` * [ ] Push tags: `git push --tags` * [ ] Create new GitHub release: https://github.com/pylast/pylast/releases/new @@ -28,4 +29,4 @@ git checkout develop git merge master --ff-only git push ``` - * [ ] Check installation: `pip install -U pylast` +