pytroll / pyspectral

Pyspectral is a package to read and manipulate satellite sensor spectral responses and solar irradiance spectra
https://pyspectral.readthedocs.org/
GNU General Public License v3.0
65 stars 38 forks source link

Run sdist CI on PRs and pushes #198

Closed djhoese closed 12 months ago

djhoese commented 12 months ago

I made a new release but the version on the package seems to be 0.0.0. Let's fix that...

codecov[bot] commented 12 months ago

Codecov Report

Merging #198 (295f138) into main (e247cc2) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #198   +/-   ##
=======================================
  Coverage   89.23%   89.23%           
=======================================
  Files          23       23           
  Lines        2536     2536           
=======================================
  Hits         2263     2263           
  Misses        273      273           
Flag Coverage Δ
unittests 89.23% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

djhoese commented 12 months ago

I made a recent release of pylibtiff that uses python -m build -s and setuptools_scm and it worked fine. I can't see a reason why this current PR shouldn't fix the 0.0.0 version I was seeing. I guess we'll find out.

For reference: https://github.com/pearu/pylibtiff/actions/runs/6203108539/job/16843164146