chore: Migrate releases to sampo#398
Merged
rafaeelaudibert merged 5 commits intomasterfrom Feb 18, 2026
Merged
Conversation
rafaeelaudibert
commented
Jan 1, 2026
Member
Author
There was a problem hiding this comment.
Updated this to make sure sampo can properly add the entry to the right place
rafaeelaudibert
commented
Jan 1, 2026
pyproject.toml
Outdated
| [project] | ||
| name = "posthog" | ||
| dynamic = ["version"] | ||
| version = "7.4.2" |
Member
Author
There was a problem hiding this comment.
This was hard to manage by hand previously so we made it dynamic, but now that we have sampo we should list it here
Member
Author
|
I'm attempting this on |
This is much closer to what we have in `posthog-js`, let's see if it's a good thing! There's still a lot to do before deploying this: - updating CI - updating README with instructions
f1f3ecd to
866790a
Compare
Contributor
posthog-python Compliance ReportDate: 2026-02-18 22:01:59 UTC ✅ All Tests Passed!29/29 tests passed Capture Tests✅ 29/29 tests passed View Details
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

We're slowly migrating everything to this! We have it working for Elixir and PHP now, let's do for Python! Rust incoming too.