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

fix handling of zip sdists #68

Merged
merged 3 commits into from
Nov 6, 2024
Merged

fix handling of zip sdists #68

merged 3 commits into from
Nov 6, 2024

Commits on Nov 6, 2024

  1. fix handling of zip sdists

    These should be treated like tarball sdists,
    but were rejected incorrectly.
    
    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f371ab8 View commit details
    Browse the repository at this point in the history
  2. CHANGELOG: add #68

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    aead0fa View commit details
    Browse the repository at this point in the history
  3. test_impl: invalid cases as well

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5161b7f View commit details
    Browse the repository at this point in the history