Skip to content

Commit cec9b49

Browse files
authored
🔧 update RELEASE instructions (#307)
1 parent 57a1a60 commit cec9b49

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

RELEASE

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@ How to release
33

44
* Update CHANGELOG
55
* Update version in __init__.py
6-
* git tag -a 'vX'
7-
* merge in branch latest
8-
* Send the package on pypi
6+
* Commit and open PR on Github to see that all tests pass
7+
* Check out master locally
8+
* Build wheel
99
python setup.py sdist upload
10-
* tick the doc version on readthedocs
11-
* Update version in __init__.py
10+
* Check long description
11+
twine check dist/*
12+
* Upload to pypi-test
13+
twine upload --repository testpypi dist/*
14+
* Upload to pypi
15+
twine check dist/*
16+
* Create release on Github and Merge PR
17+
* Verify docs are automatically updated
18+

0 commit comments

Comments
 (0)