Can i submit packages that i maintain to mobile-forge? #136
Answered
by
mhsmith
baseplate-admin
asked this question in
Q&A
-
|
Hi, I am maintaining:
Can i submit these packages to |
Beta Was this translation helpful? Give feedback.
Answered by
mhsmith
Feb 27, 2026
Replies: 1 comment 3 replies
-
|
As the README says, mobile-forge has now been deprecated in favor of cibuildwheel. As you are the maintainer of these packages, you can use cibuildwheel to build Android and iOS wheels yourself, and release them on PyPI. There are some examples of how to do this at chaquo/chaquopy#1417 (comment). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mobile-forge and cibuildwheel both produce wheels, which you can either install locally or release through a repository like PyPI. As far as I know, Kivy doesn't do that for Android or iOS; instead it builds all packages on the app developer's machine.
Yes: for example, there are some Android wheels on the PyPI page of pyzmq which you could try installing right now.
I'm not sure what you mean. You certainly don't need to add them to any central list of packages supported on Android or IOS; Briefcase or Chaquopy will just run pip with the correct settings…