summaryrefslogtreecommitdiff
path: root/docutils
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-05-10 18:23:08 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-05-10 18:23:08 +0000
commit04a72f82896ecbe69b7136b3dec8cc50cfc167ef (patch)
tree3d9fe2abcc3e7d1313e4fbfa01ce652e4b896c93 /docutils
parentd28ebd6c34530b42eb4c0054806c0adac10c61da (diff)
downloaddocutils-04a72f82896ecbe69b7136b3dec8cc50cfc167ef.tar.gz
reminder to check for spurious html files
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9381 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
-rw-r--r--docutils/docs/dev/release.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docutils/docs/dev/release.txt b/docutils/docs/dev/release.txt
index 99025ff90..0bfa4d4ac 100644
--- a/docutils/docs/dev/release.txt
+++ b/docutils/docs/dev/release.txt
@@ -49,6 +49,7 @@ Releasing (post 2020)
python3 setup.py sdist
python3 setup.py bdist_wheel
+* check sdist for html-files in docutils.egg-info.
* Upload wheel and source to test.pypi::
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*