Skip to content

Commit d624aae

Browse files
author
Kurt Yoder
committed
Add release steps
For my own edification. Relates to notes from #56 and #64.
1 parent d517ba0 commit d624aae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

RELEASE.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
To release:
2+
* Verify pass in CircleCI
3+
* Update `CHANGELOG.md`
4+
* Update version in `setup.py`
5+
* `git push origin master`
6+
* Create/activate virtualenv: `pip install twine`
7+
* `python setup.py bdist_wheel --universal`
8+
* `twine upload dist/$(ls -tr dist/ | tail -1)`
9+
* Create Github release, named as version

0 commit comments

Comments
 (0)