thaler-lab / Wasserstein

Python/C++ library for computing Wasserstein distances efficiently.
https://thaler-lab.github.io/Wasserstein
Other
21 stars 8 forks source link

ci: Clean up build-wheels.yml #26

Closed j-s-ashley closed 3 weeks ago

j-s-ashley commented 4 weeks ago

Addresses parts of #10:

build-wheels.yml

j-s-ashley commented 3 weeks ago

@matthewfeickert @henryiii, this is ready for review. (And now appeases pre-commit!)

matthewfeickert commented 3 weeks ago

Use GHA pypa/publish

This isn't done in this PR. It is fine to split this out into a seperate one though, and having this one just be focused on building the wheels (and then publishing in a follow up).

j-s-ashley commented 3 weeks ago

Use GHA pypa/publish

This isn't done in this PR. It is fine to split this out into a seperate one though, and having this one just be focused on building the wheels (and then publishing in a follow up).

Oops. Good catch, thank you!