In this section, we will explain how to create a new release.
In Pybytes, go to Applications -> My applications -> select target application -> Releases Page:
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
└── ...