Skip to content
Kenneth Lyons edited this page Jun 1, 2021 · 1 revision

Release Process Notes

  • Check __version__ in simupy_flight/version.py
  • Generate a source distribution
    • python setup.py sdist
  • Create a tag
    • git tag -a vX.Y.Z -m simupy-flight-X.Y.Z
  • Push the tag to Github
    • git push origin --tags
  • Go to tags and click the hamburger menu to the far right of the tag to release and click "Create release"
  • Input info as desired (name should be simupy-flight-X.Y.Z) then upload dist/simupy_flight-X.Y.Z.tar.gz to attach it
  • Go to releases to get the sdist URL and verify installation
Clone this wiki locally