doc: Add a note about publishing to PyPI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Glen Whitney 2021-08-24 15:47:33 -07:00
parent 951907c67a
commit 14de19f10c
1 changed files with 7 additions and 0 deletions

View File

@ -87,4 +87,11 @@ steps:
# Pull requests are welcome as well. If you're new to contributing to open-source
# projects, `mkdocs-simple-plugin` has a very nice
# [tutorial](https://athackst.github.io/mkdocs-simple-plugin/CONTRIBUTING/).
#
# ### Publishing
#
# This package is published to [PyPI](https://pypi.org/project/mkdocs-semiliterate/)
# using [twine](https://twine.readthedocs.io). Mostly to jog the developer's
# memory, when a new release is freshly built, the command to update PyPI is
# `twine upload dist/*`.
###