The package registry beta is now enabled for this project. While the official docs don't feature python/pyPI, the autodetection feature when selecting the package registry does switch to python.
Given the other examples, it seems possible to build a valid publish with twine or poetry in our CI-CD workflow similar to this one and right after it and just see what happens.
The package registry beta is now enabled for this project. While the official docs don't feature python/pyPI, the autodetection feature when selecting the package registry does switch to python.
Given the other examples, it seems possible to build a valid
publish
withtwine
orpoetry
in our CI-CD workflow similar to this one and right after it and just see what happens.