Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 544 Bytes

RELEASING.md

File metadata and controls

12 lines (12 loc) · 544 Bytes
  1. Make sure all changes are live and that Travis is green
  2. Delete all packaging-related directories(including dist/)
  3. Verify there are no stale overrides
  4. Update README.md with release notes
  5. Update setup.py for the new version number
  6. python3 -m pip install --upgrade setuptools twine wheel
  7. python3 setup.py sdist
  8. python3 setup.py bdist_wheel
  9. python3 -m twine upload dist/*
  10. Commit everything for the release
  11. git push
  12. Create a release on GitHub