From 2128ddde91071317bf28a25d399063c4ffda2cb8 Mon Sep 17 00:00:00 2001 From: Rahul Trikha Date: Tue, 21 Apr 2020 20:48:26 +1000 Subject: [PATCH] Updating readme with instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f53b053..33d556b 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,13 @@ cd demo pipenv run mkdocs serve ``` +## Releasing a new version + +- Bump version in [setup.py](/setup.py#L13) +- Create distribution `pipenv run python setup.py bdist_wheel` +- Check distribution `pipenv run twine check dist/*` +- Upload distribution `pipenv run twine upload dist/* --repository mkdocs-user-defined-values` + ## See Also More information about templates [here][mkdocs-template].