summaryrefslogtreecommitdiff
path: root/docs/development.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/development.rst')
-rw-r--r--docs/development.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development.rst b/docs/development.rst
index 3d1325b..0100e53 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -90,7 +90,7 @@ To make a new release:
#. Replace the ``__version__`` attribute in ``src/wheel/__init__.py`` with the
same version number as above (without the date of course).
#. Create a new git tag matching the version exactly
-#. Push the new tag to Github
+#. Push the new tag to GitHub
-Pushing a new tag to Github will trigger the publish workflow which package the
+Pushing a new tag to GitHub will trigger the publish workflow which package the
project and publish the resulting artifacts to PyPI.