We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4ec87 commit fdb9d95Copy full SHA for fdb9d95
1 file changed
RELEASE
@@ -1,13 +1,12 @@
1
How to release
2
==============
3
4
-* Update CHANGELOG
5
* Update version in __init__.py
6
* Commit and open PR on Github to see that all tests pass,
7
and then merge the PR.
8
-* Check out master locally
+* Check out v1 locally
9
* Build wheel
10
- python setup.py sdist upload
+ python setup.py sdist
11
* Check long description
12
twine check dist/*
13
* Upload to pypi-test
0 commit comments