dguest / pandamonium

Command line scripts to parse panda web api
BSD 3-Clause "New" or "Revised" License
27 stars 17 forks source link

chore: Migrate from pep517 to python-build #33

Closed matthewfeickert closed 4 years ago

matthewfeickert commented 4 years ago

Switch from using the now deprecated pep517 to build sdist and wheels to the new python-build library. c.f. https://github.com/scikit-hep/pyhf/pull/1066 for more context.

(I forgot to migrate this over into PR #29 once we learned about this for pyhf).

Suggested squash and merge commit message

* Migrate from the deprecated pep517.build to python-build CLI for builds for packaging
   - c.f. https://github.com/pypa/pep517/pull/83
* Remove check stage as done implicitly with python-build
matthewfeickert commented 4 years ago

@dguest This is ready for review (sorry I forgot to update PR #29 with this when I learned about the change last week).