1
0
Fork 0
mirror of https://github.com/ArtemSBulgakov/buildozer-action.git synced 2024-08-16 10:09:52 +02:00
GitHub Action to build your Python application with Buildozer
Find a file
2020-06-23 14:57:51 +03:00
.gitignore Initial commit 2020-06-23 14:57:51 +03:00
action.yml Initial commit 2020-06-23 14:57:51 +03:00
Dockerfile Initial commit 2020-06-23 14:57:51 +03:00
entrypoint.sh Initial commit 2020-06-23 14:57:51 +03:00
LICENSE Initial commit 2020-06-23 14:57:51 +03:00
README.md Initial commit 2020-06-23 14:57:51 +03:00

Buildozer action

Build your Python/Kivy applications for Android with Buildozer. This action uses official Buildozer Docker image, but adds some features and patches to use in GitHub Actions.

Example usage

- name: Build with Buildozer
  uses: ArtemSBulgakov/buildozer-action@v1

License

ArtemSBulgakov/buildozer-action is released under the terms of the MIT License.