diff --git a/.drone.yml b/.drone.yml index 4d93cc5..34a65a3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -93,5 +93,6 @@ steps: # 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/*`. +# `twine upload dist/*`. Also don't forget to create a fresh release on the +# repository site as well. ###