From 6134945df7e8ff77b82a0643b9eb65c8538482e7 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 2 Jan 2019 14:43:52 +0200 Subject: [PATCH] Update release checklist --- RELEASING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 1cc7147..ff3e862 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,5 +1,4 @@ # Release Checklist - * [ ] Get master to the appropriate code release state. [Travis CI](https://travis-ci.org/pylast/pylast) should be running cleanly for all merges to master. * [ ] Remove `.dev0` suffix from the version and update version and date in the changelog: ```bash @@ -21,7 +20,7 @@ python3 setup.py sdist --format=gztar bdist_wheel twine check dist/* twine upload -r pypi dist/pylast-3.0.0* ``` -* [ ] Check installation: `pip install -U pylast` +* [ ] Check installation: `pip3 uninstall -y pylast && pip3 install -U pylast` * [ ] Push commits and tags: ```bash git push