Skip to content

Building a Github Release

Micah J. Martin edited this page Apr 10, 2019 · 1 revision

Building a Github Release

  1. Create a pull request with all of the final changes. Make sure that you make a very nice git name and git description as that will be what is displayed in the Release.

  2. Merge the pull request

  3. Build the release files with the following commands

python3 setup.py bdist sdist
  1. Draft a new release on Github and set the version number

  2. Choose the git commit number of the pull request

  3. Upload the files generated under dist/

You now have a new Github release

Clone this wiki locally