After uploading your notebooks to the repository, follow these steps to create executable files for sharing.
Open the Actions tab in your repository and check that no workflows are running. If one is in progress, wait until it finishes. Starting a release while other jobs are running may cause build conflicts.
- Go to your repository's main page.
- Click on Releases (usually on the right sidebar).
- Click
Create a new releaseand provide the following information:- Tag: Click
Create a new tagand enter a version number, for example,0.0.1.IMPORTANT: Make sure that it follows a semantic versioning format (MAJOR.MINOR.PATCH) e.g.
1.0.0,1.2.3,2.1.0. - Release title: Enter a title for your release, such as
Initial release. - Description (optional): Enter a description for your release, for example,
This is the initial release of my project.
- Tag: Click
Once you have fillAfter entering all required information, click Publish release. This action will start the automated workflow to create installer executable files for your notebooks. To monitor the process, see How to check the automatic workflow status.he executable files
When the automated workflow completes, download the installer by following the instructions in How to download the executable files.