python-jsonschema / check-jsonschema

A CLI and set of pre-commit hooks for jsonschema validation with built-in support for GitHub Workflows, Renovate, Azure Pipelines, and more!
https://check-jsonschema.readthedocs.io/en/stable
Other
206 stars 41 forks source link

Update build/setuptools sdist CI checks #423

Closed sirosen closed 5 months ago

sirosen commented 5 months ago

setuptools has been fixed to canonicalize the package name in sdist names per the sdist spec (PEP 625). This requires that hyphens convert to underscores.

Testing use of that sdist requires correct naming to match, naturally.

sirosen commented 5 months ago

Looks like CI itself might be wedged. Moving this forward to see if the build on merge works as expected.