Skip to content

Commit

Permalink
Updating readme with instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Trikha committed Apr 21, 2020
1 parent 8141b00 commit 2128ddd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down

0 comments on commit 2128ddd

Please sign in to comment.