Skip to content

Code cleaning and fix for python >2.11 where exec doesnt import in gl… #14

Code cleaning and fix for python >2.11 where exec doesnt import in gl…

Code cleaning and fix for python >2.11 where exec doesnt import in gl… #14

Workflow file for this run

on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build APK
uses: brvier/buildozer-action@main
with:
python-version: 3.8
buildozer-cmd: buildozer -v android debug
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: package
path: ./bin/*.apk