ReleaseΒΆ
Steps to make a release:
- Update version number in setup.py
- Build with
python setup.py sdist - Upload to PyPi with
twine upload dist/humblewx-x.y.z.tar.gz - Tag
git tag x.y.z
Steps to make a release:
python setup.py sdisttwine upload dist/humblewx-x.y.z.tar.gzgit tag x.y.z