Skip to content

Commit 8eec2a9

Browse files
committed
Document how we release the package
1 parent b8111c2 commit 8eec2a9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,18 @@ Running the tests
336336

337337
To run the tests run `python setup.py test`
338338

339+
Making a release
340+
----------------
341+
342+
* Update the changelog. `git changelog` from the [git-extras]()
343+
* Update the setup.py version
344+
* `git tag v$VERSION`
345+
* `git push && git push --tags`
346+
* `make` - publishes to pypi
347+
348+
If you get the `error: invalid command 'bdist_wheel'` message on the last step
349+
`pip install wheel` and re-run `make`.
350+
339351
License
340352
-------
341353

0 commit comments

Comments
 (0)