summaryrefslogtreecommitdiff
path: root/releasing.txt
blob: a108184a339fe6e1ce6855b6db4a91be3fcfac67 (plain)
1
2
3
4
5
6
7
8
9
10
Notes on releasing, which is not yet fully automated:

1) Update version number both in __init__ and in setup

2) Use pyroma

3) https://packaging.python.org/en/latest/distributing.html

a) python setup.py sdist bdist_wheel
b) twine upload dist/*