corteva / rioxarray

geospatial xarray extension powered by rasterio
https://corteva.github.io/rioxarray
Other
511 stars 81 forks source link

CI: add test for building sdist and wheel packages #536

Closed mwtoews closed 2 years ago

mwtoews commented 2 years ago

This CI workflow essentially checks python -m build to see if it builds sdist and wheel packages.

snowman2 commented 2 years ago

This will be nice to have, thanks πŸ‘

codecov[bot] commented 2 years ago

Codecov Report

Merging #536 (129462c) into master (39c9189) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #536   +/-   ##
=======================================
  Coverage   96.22%   96.22%           
=======================================
  Files          13       13           
  Lines        1591     1591           
=======================================
  Hits         1531     1531           
  Misses         60       60           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 39c9189...129462c. Read the comment docs.

snowman2 commented 2 years ago

Thanks @mwtoews πŸ‘