artemsbulgakov/Buildozer action
Build Python package with Kivy Buildozer
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to start Buildozer. Set to `buildozer ios debug` for iOS | yes | buildozer android debug |
| repository_root | Path to cloned repository. Set if you specified path for `actions/checkout` action. | yes | . |
| workdir | Working directory where buildozer.spec is located. Set to `src` if buildozer.spec is in `src` directory | yes | . |
| buildozer_version | Version of Buildozer to install. By default installs latest release | yes | stable |
Outputs
| name | description |
|---|---|
| filename | Filename of built package |