We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f62818 commit d87794bCopy full SHA for d87794b
RELEASE.md
@@ -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
10
+git push
11
+git push --tags
0 commit comments