Skip to content

Automate Releases #42

Description

@Mayank0255

The manual method:

  1. When a developer writes code, the developer has to ensure that he/she has used resource_path() util for loading the assets, be it of any type.
  2. Run pyinstaller.exe .\main.spec --onefile --noconsole
  3. After the execution of the above command a main.exe file will be generated at ./dist directory, which has to be taken and be uploaded manually to the release as a binary.
  4. Then a new tag is created for the release in which the format is Major.minor.patch

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions