-
Notifications
You must be signed in to change notification settings - Fork 4
Building a Github Release
Micah J. Martin edited this page Apr 10, 2019
·
1 revision
-
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.
-
Merge the pull request
-
Build the release files with the following commands
python3 setup.py bdist sdist
-
Draft a new release on Github and set the version number
-
Choose the git commit number of the pull request
-
Upload the files generated under
dist/
You now have a new Github release