micropython-stubs icon indicating copy to clipboard operation
micropython-stubs copied to clipboard

micropython-stdlib-stubs releases are not written to data/allpackages.db /|| .json

Open Josverl opened this issue 3 months ago • 0 comments

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.py into 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 )

Josverl avatar Sep 01 '25 17:09 Josverl