-
Notifications
You must be signed in to change notification settings - Fork 9
mpy zips don't contain mpy files #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The absence of the mpy files seems to be due to a bug in the new action thing, where packages without the adafruit_ prefix are ignored. I'll open an issue for that. EDIT: maybe it's not a bug in the action, but a missing parameter in this repo's action. However, I believe the fix here is simply to disable the workflow that creates those zips. In fact it can't be run in CP (because of requirements) or even compiled with mpy-cross:
|
I can add a disabling input for the workflow, I agree that makes the most sense. It should only disable |
Alright, ready to make a PR for this! |
The assets on the release page that are supposed to contain mpy files for the library don't actually contain library files. Instead they contain only the examples:
This library is not typically used on devices so it's unlikely many people would be looking for it there, I guess that is why it has gone undiscovered.
I ran across a need to put it on a device to check something and noticed I'm unable to install it circup or grab the mpy files manually from the release assets.
The text was updated successfully, but these errors were encountered: