feat(pypi): add PyPI adapter for package discovery and publishing #170
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds support for python to sampo!
It's only for those using
pyproject.tomlanduvat the moment, but I thought this was a good start - and what we need over at posthog/posthog-python.There are a lot of different ways to do this, but
uvis extremely good and any serious company is using it nowadays, so this should cover serious usage.I have a PR on posthog/posthog-python that I created using this. I haven't updated CI or anything yet, but creating new versions locally works well with this - I built a local
sampoversion and tried on a localposthog-pythonrepository.I haven't tried publishing yet - will try with a dummy repo -, I'll do it next week once I'm back from the holidays