From e54d4804e650d742a1528c1dac392b6ce489c3ef Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 16 May 2024 16:03:34 -0400 Subject: [PATCH] docs: Update README.rst around deploying. --- README.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 60e92e5bd..82369656f 100644 --- a/README.rst +++ b/README.rst @@ -92,13 +92,7 @@ To package a new release: #. Update the version number in xblock/VERSION.txt. -#. Tag the commit to be released:: - - git tag v1.2.17 - -#. Push the tag and wait for Github Action to upload to PyPI:: - - git push --tags +#. Use the github release mechanism to release a new version. This will tag and publish the package. Using the XBlock-SDK