mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 07:06:20 +01:00
1.7 KiB
1.7 KiB
title, aliases
| title | aliases |
|---|---|
| Create New Release |
In this section, we will explain how to create a new release.
Create release wizard
In Pybytes, go to Applications -> My applications -> select target application -> Releases Page:
-
A list of pre-configured application configurations will be shown.

-
If you want to include code changes in this release you can:
- Check Upload the code checkbox.
- Browse your target code (should be a zip file)
- The zip file size is limited to 4MB

- Download and extend example release zip archive my-release.zip
- Or create a zip file with the following structure:
my_release.zip ├── flash <-- updates files on the /flash partition │ └── main.py │ └── my_awesome_module.py │ └── ... └── sd <-- updates files on the MicroSD card └── my_another_awesome_module.py └── ...




