diff --git a/.drone.yml b/.drone.yml index f61cefe..191ae8e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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/*`. ###