Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.74 KB

File metadata and controls

35 lines (21 loc) · 1.74 KB

Create Installer Files

After uploading your notebooks to the repository, follow these steps to create executable files for sharing.

⚠️ Please check before proceeding:

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.

1. Draft a new release

  1. Go to your repository's main page.
  2. Click on Releases (usually on the right sidebar).
  3. Click Create a new release and provide the following information:
    • Tag: Click Create a new tag and 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.

2. Publish the release

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.


← Previous            🏠 Home            Next →