We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92b3a7a + e54d480 commit 49f36c3Copy full SHA for 49f36c3
1 file changed
README.rst
@@ -92,13 +92,7 @@ To package a new release:
92
93
#. Update the version number in xblock/VERSION.txt.
94
95
-#. Tag the commit to be released::
96
-
97
- git tag v1.2.17
98
99
-#. Push the tag and wait for Github Action to upload to PyPI::
100
101
- git push --tags
+#. Use the github release mechanism to release a new version. This will tag and publish the package.
102
103
104
Using the XBlock-SDK
0 commit comments