-
Notifications
You must be signed in to change notification settings - Fork 31
fix: python release attempt 3 #242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This PR addresses failing release actions by modernizing Python package configuration and removing deprecated license classifiers.
- Consolidates configuration by migrating from
setup.cfg
topyproject.toml
following modern Python packaging standards - Removes deprecated
License :: OSI Approved :: MIT License
classifier fromsetup.py
andsetup_analytics.py
while maintaining license declarations - Updates build settings in
pyproject.toml
with standardized line length configurations and pytest async testing support - Keep an eye on package discoverability on PyPI without the license classifier
4 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
@@ -97,7 +97,6 @@ | |||
classifiers=[ | |||
"Development Status :: 5 - Production/Stable", | |||
"Intended Audience :: Developers", | |||
"License :: OSI Approved :: MIT License", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think maybe this is deprecated, let's move the license note to pyproject.toml and see if that helps
097588e
to
c9bd525
Compare
the release action is still failing https://github.com/PostHog/posthog-python/actions/runs/15468256593/job/43545576349
i can't run it locally
so, let's try this