* OR upload a custom patch by checking "run as a personal build" on "General" tab.
### Releasing Skiko
1. Check, that the release is ready:
* Ask teammates if all the necessary changes are published;
* Determine a git commit for a release;
* Check, that [sample projects](https://github.com/JetBrains/skiko/tree/master/samples) work:
* E.g. `cd skiko && ./gradlew publishToMavenLocal && cd samples/SkijaInjectSample && ./gradlew run`;
* Ask teammates for help with testing on platforms you don't have access to.
2. Deploy Skiko to Space by clicking "Deploy" in [Publish Release configuration](https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Compose_Skiko_PublishRelease):
* Set "Skiko Release Version" on "Parameters" tab to a *new release version*;
* Choose a branch/commit on "Changes" tab;
* (Tip) If you're in a hurry, consider checking "put the build to the queue top" on "General" tab.