From 14de19f10c8ce60c4420d588728b963689d2c996 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Tue, 24 Aug 2021 15:47:33 -0700 Subject: [PATCH] doc: Add a note about publishing to PyPI --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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/*`. ###