pySTEPS / pysteps

Python framework for short-term ensemble prediction systems.
https://pysteps.github.io/
BSD 3-Clause "New" or "Revised" License
466 stars 168 forks source link

Create PyPI workflow for new releases #188

Closed dnerini closed 3 years ago

dnerini commented 3 years ago

Add workflow to publish pysteps to the PyPI package registry when a new release is created.

More info: https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-python#publishing-to-package-registries

PR progress

codecov[bot] commented 3 years ago

Codecov Report

Merging #188 (fdbbdff) into master (957eed3) will decrease coverage by 0.19%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #188      +/-   ##
==========================================
- Coverage   74.74%   74.55%   -0.20%     
==========================================
  Files         110      110              
  Lines        8778     8712      -66     
==========================================
- Hits         6561     6495      -66     
  Misses       2217     2217              
Flag Coverage Δ
unit_tests 74.55% <ø> (-0.20%) :arrow_down:

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

Impacted Files Coverage Δ
pysteps/tests/test_datasets.py 70.73% <0.00%> (-1.37%) :arrow_down:
pysteps/tests/test_io_saf_crri.py 85.00% <0.00%> (-1.05%) :arrow_down:
pysteps/tests/test_plt_cartopy.py 83.33% <0.00%> (-0.88%) :arrow_down:
pysteps/tests/test_nowcasts_anvil.py 86.36% <0.00%> (-0.60%) :arrow_down:
pysteps/tests/test_nowcasts_sprog.py 86.36% <0.00%> (-0.60%) :arrow_down:
pysteps/tests/test_nowcasts_sseps.py 86.36% <0.00%> (-0.60%) :arrow_down:
pysteps/tests/test_nowcasts_steps.py 86.36% <0.00%> (-0.60%) :arrow_down:
pysteps/tests/test_plt_motionfields.py 88.67% <0.00%> (-0.42%) :arrow_down:
pysteps/tests/test_plt_precipfields.py 90.90% <0.00%> (-0.27%) :arrow_down:
pysteps/tests/test_motion.py 93.27% <0.00%> (-0.22%) :arrow_down:
... and 20 more

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 957eed3...158e7cd. Read the comment docs.