We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d1a63 commit a96a996Copy full SHA for a96a996
docs/developer_guide/release_checklist.rst
@@ -125,6 +125,20 @@ The ``twine`` utility can be used to upload the packages to PyPI:
125
126
.. code-block:: bash
127
128
- $ twine register dist/lewis-x.y.z.tar.gz
129
- $ twine register dist/lewis-x.y.z-py3-none-any.whl
130
$ twine upload dist/*
+
+Note: requires a PyPi account and lewis permissions.
131
132
+Uploading the documentation
133
+---------------------------
134
135
+Building the documentation locally:
136
137
+.. code-block:: bash
138
139
+ $ sphinx-build -b html docs/ docs/_build/html
140
141
+Fix any errors if it fails to build and commit them.
142
143
+Log on to https://readthedocs.org and check the lewis build passes.
144
0 commit comments