Add 'extras/qtpy/' from commit 'f9c100f2e49fc28a43d3938ef96ce3b98abd8344'
[git-cola.git] / extras / qtpy / RELEASE.md
blob0aa7e98ff073cec5c5d5e2e537c81ed4fe840891
1 To release a new version of qtpy on PyPI:
3 * git pull
5 * Update CHANGELOG.md
7 * Update `_version.py` (set release version, remove 'dev0')
9 * git add and git commit
11 * python setup.py sdist upload
13 * python setup.py bdist_wheel upload
15 * git tag -a vX.X.X -m 'comment'
17 * Update `_version.py` (add 'dev0' and increment minor)
19 * git add and git commit
21 * git push
23 * git push --tags