From 44bc6713c18ff7187f846a615f835d0bba184be7 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Fri, 11 Dec 2020 16:49:07 +0000 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index 8de7061..5c23d9b 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -6,6 +6,6 @@ Overview of performing a WA/Devlib Release. - Push commit replacing `devX` version with and empty string to signify this is a release version. - Tag the commit with both the version number in the form `vX.X.X` and `stable`. - Pull latest master branch and ensure a clean working directory. -- Package the repository with `python setup.py sdist -s` (Note the `-s` to prevent commit hash being added to the package version). +- Package the repository with `python3 setup.py sdist -s` (Note the `-s` to prevent commit hash being added to the package version). - Upload the package to PyPi using twine (`twine upload dist/.tar.gz`). - Push new commit bumping to the version to the next version with the `dev1` tag.