Skip to content

Commit e14b5e7

Browse files
committed
standardized release proc
1 parent 060f0d5 commit e14b5e7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,16 @@ Development of this happens on GitHub, patches including tests, documentation ar
159159
How to release updates
160160
----------------------
161161

162-
Execute the following commands:
162+
If this is the first time you're releasing to pypi, you'll need to install ``pip install -r tests/dev_requirements.txt``.
163+
164+
Once complete, execute the following commands:
163165

164166
.. code:: bash
165167
166168
$ git checkout master
167169
$ bumpversion [major|minor|patch]
170+
$
168171
$ python setup.py sdist bdist_wheel upload
172+
$
169173
$ bumpversion --no-tag patch
170174
$ git push origin master --tags

0 commit comments

Comments
 (0)