From 3f42367280d7a1271889aa5af47e0bd0c80a2707 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Tue, 23 Aug 2022 19:21:53 +0100 Subject: [PATCH] Document using the GitHub release artifacts --- doc/development.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/development.md b/doc/development.md index dde3362f..0add3e81 100644 --- a/doc/development.md +++ b/doc/development.md @@ -70,10 +70,6 @@ Release process 5. create release (vX.Y.Z) on GitHub -6. create a new git clone +6. download Python distribution files from the GitHub release -7. check Python polib package is installed - -8. build Python distribution files (`setup.py sdist bdist_wheel`) - -9. check distribution files (`twine check dist/*`) and upload to PyPI (`twine upload dist/*`) +7. check distribution files (`twine check LinkChecker*`) and upload to PyPI (`twine upload LinkChecker*`)