Skip to content
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

Upgrade twine to resolve issue with importlib-metadata #39

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Upgrade twine to resolve issue with importlib-metadata #39

merged 1 commit into from
Jun 27, 2024

Commits on Jun 27, 2024

  1. fix: update twine to address importlib-metadata issue

    Update twine to version 5.1.1 or higher to address a bug stemming from
    twine's reliance on deprecated behavior, which was removed from
    importlib-metadata in version 8.0.0.
    For more details, see:
    - python/importlib_metadata@a970a49
    - pypa/twine#977
    
    The plugin currently uses twine version 4.0.2, which depends on the
    latest version of importlib-metadata (>= 3.6).
    Consequently, it is impacted by the breaking changes introduced in
    importlib-metadata version 8.0.0.
    
    This issue has been resolved in twine version 5.1.1, as detailed here:
    pypa/twine#1124.
    kimberninger committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    43a3c53 View commit details
    Browse the repository at this point in the history