micropython-stubs
micropython-stubs copied to clipboard
micropython-stdlib-stubs releases are not written to data/allpackages.db /|| .json
In order for tooling to simply discover releases packages , releases should be logged to the database and .json file.
As the build and publish process of stdlin-stubs is not integrated in stubber this is handled seperately.
underlying reason : poetry is able to retrieve credentials from the windows secret store
- uv is not capable of this directly.
- look for another python security tool that can do this
- integrate
build.pyinto stubber - add a way to store / retrieve secrets for the windows credential store ( or others)
@lukaskremla : please be aware of the current limitation. I can manually add an entry for now once I have finished tweaking stdlib-stubs for v1.26.0
( Sorry - I could not find the other thread where we have been discussing )