openradar / xradar

A tool to work in weather radar data in xarray
https://docs.openradarscience.org/projects/xradar
MIT License
91 stars 17 forks source link

Fix version on ReadTheDocs #23

Closed kmuehlbauer closed 1 year ago

kmuehlbauer commented 1 year ago

For some reason the tagged versions (eg. 0.0.6) are not correctly installed. This version shows up as 0.0.7.dev0+g8f2753a.d20220920.

This PR checks the commit on RTD and pip installs that commit directly from github.

~This might break for PR builds, which we would need to detect and prepare for.~

This looks like it works nicely also for PR builds.

kmuehlbauer commented 1 year ago

@mgrover1 This should work also for releases. Please merge at your discretion and release 0.0.7 to be sure.

kmuehlbauer commented 1 year ago

@mgrover1 OK, let's get this in.