Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 561 Bytes

NOTES.md

File metadata and controls

17 lines (11 loc) · 561 Bytes

Release checklist

  1. Determine if this should be a major, minor, or patch release.
  2. Run bumpversion part (where part is major, minor or patch). This will update the version number in kintyre_speedtest.py, create a new commit, and tag.
  3. Run git push origin master --tags to push both the code changes and the new tag.
  4. Travis CI will automatically build and publish the release to PyPI.

Legacy/local package release can be completed by:

  1. Make release: python setup sdist bdist_wheel
  2. Upload: twine upload dist/*\