Skip to content

Commit 22d847b

Browse files
committed
Use stable package name for release APK
Keep source builds on pythonhere_dev while release builds rewrite buildozer.spec to pythonhere, matching the main distribution package.
1 parent 8770941 commit 22d847b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ jobs:
6464
- name: Prepare Buildozer release spec
6565
run: |
6666
grep -qx 'title = PythonHereDev' buildozer.spec
67+
grep -qx 'package.name = pythonhere_dev' buildozer.spec
6768
sed -i 's/^title = PythonHereDev$/title = PythonHere/' buildozer.spec
69+
sed -i 's/^package.name = pythonhere_dev$/package.name = pythonhere/' buildozer.spec
6870
sed -n '1,8p' buildozer.spec
6971
7072
- name: Install Rust

0 commit comments

Comments
 (0)