diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-04-03 11:34:01 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-04-03 11:34:01 +0000 |
| commit | f6a4564dd7d748ad655a640e8bd1534731bbc8fe (patch) | |
| tree | 9c6e3b3ced288946e2db8f4a008682853f76e391 /docutils/docs/dev | |
| parent | 65b165ede094600cbf9127826b030d811cac7efd (diff) | |
| download | docutils-f6a4564dd7d748ad655a640e8bd1534731bbc8fe.tar.gz | |
corrections : rm -r does not require force
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8651 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/release.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docutils/docs/dev/release.txt b/docutils/docs/dev/release.txt index 2e010f719..bcaed80cc 100644 --- a/docutils/docs/dev/release.txt +++ b/docutils/docs/dev/release.txt @@ -52,14 +52,13 @@ Releasing (post 2020) export PYTHONPATH= ; . bin/activate python -m pip install --index-url https://test.pypi.org/simple/ --no-deps docutils - # Successfully installed docutils-0.## cp -r ../docutils-code/docutils/test . python2 test/alltests.py # IGNORE stylesheet path differences ? python -m pip uninstall docutils - deactivate ; cd .. ; rm -rf du2 + deactivate ; cd .. ; rm -r du2 Test in venv :: @@ -67,14 +66,13 @@ Releasing (post 2020) export PYTHONPATH= ; . bin/activate python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps docutils - # Successfully installed docutils-0.16 cp -r ../docutils-code/docutils/test . python test/alltests.py # IGNORE stylesheet path differences ? python -m pip uninstall docutils - deactivate ; cd .. ; rm -rf du3 + deactivate ; cd .. ; rm -r du3 * Now upload to pypi:: |
