Skip to content

Commit fdb9d95

Browse files
committed
📝 update release instructions
1 parent 3f4ec87 commit fdb9d95

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

RELEASE

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
How to release
22
==============
33

4-
* Update CHANGELOG
54
* Update version in __init__.py
65
* Commit and open PR on Github to see that all tests pass,
76
and then merge the PR.
8-
* Check out master locally
7+
* Check out v1 locally
98
* Build wheel
10-
python setup.py sdist upload
9+
python setup.py sdist
1110
* Check long description
1211
twine check dist/*
1312
* Upload to pypi-test

0 commit comments

Comments
 (0)