Skip to content

Commit d87794b

Browse files
committed
Add release instruction file
1 parent 3f62818 commit d87794b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

RELEASE.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
To release a new version of bqplot on PyPI:
2+
3+
Update _version.py (set release version, remove 'dev')
4+
git add and git commit
5+
python setup.py sdist upload
6+
python setup.py bdist_wheel upload
7+
git tag -a X.X.X -m 'comment'
8+
Update _version.py (add 'dev' and increment minor)
9+
git add and git commit
10+
git push
11+
git push --tags

0 commit comments

Comments
 (0)