equinor / xtgeo

XTGeo Python class library for subsurface Surfaces, Cubes, Wells, Grids, Points, etc
https://xtgeo.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
109 stars 57 forks source link

CI: Publish wheels with trusted publisher #1113

Closed mferrera closed 9 months ago

mferrera commented 9 months ago

This makes use of PyPI trusted publisher mechanism which is more secure and absolves the need for a PyPI token.

This still needs to be tested and potentially adjusted depending on how ci build wheel works.

Resolves #947

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (fc37c4c) 80.26% compared to head (3ed5e09) 80.26%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1113 +/- ## ======================================= Coverage 80.26% 80.26% ======================================= Files 96 96 Lines 13514 13514 Branches 2191 2191 ======================================= Hits 10847 10847 Misses 1939 1939 Partials 728 728 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.