hainegroup / oceanspy

A Python package to facilitate ocean model data analysis and visualization.
https://oceanspy.readthedocs.io
MIT License
96 stars 32 forks source link

trusted publishing #350

Closed malmans2 closed 1 year ago

malmans2 commented 1 year ago

I just learned about trusted publishing, a new feature of PyPI. All the advantage of using it are explained here: https://docs.pypi.org/trusted-publishers/

Hopefully I got everything right, the only way to test it is to issue a new release...

codecov[bot] commented 1 year ago

Codecov Report

Merging #350 (59dbf1d) into main (3858c33) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #350   +/-   ##
=======================================
  Coverage   94.75%   94.75%           
=======================================
  Files           9        9           
  Lines        3944     3944           
  Branches      859      859           
=======================================
  Hits         3737     3737           
  Misses        131      131           
  Partials       76       76           
Flag Coverage Δ
unittests 94.75% <ø> (ø)

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

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

Mikejmnez commented 1 year ago

@malmans2 looks good. Does this need anything else? I need to do some work on oceanspy that I would like to include in a new release (hopefully this week), so I guess there is no rush with this...

malmans2 commented 1 year ago

It should be good to go. I'm going to merge this, we just need to double check that everything is working properly when we issue the next release.