ImagingDataCommons / idc-index-data

Python package providing the index to query and download data hosted by the NCI Imaging Data Commons
MIT License
1 stars 4 forks source link

feat: Revisit versioning and streamline maintenance adding "bump" and "tag_release" nox sessions #13

Closed jcfr closed 5 months ago

jcfr commented 5 months ago

Revisit versioning by hard-coding the IDC index version as the major version specified in the pyproject.toml file.

Add nox sessions:

Adapted from https://github.com/scikit-build/cmake-python-distributions/pull/470 by @henryiii

Once this is integrated, it will be trivial to setup a scheduled workflow for creating a pull request if a new version of the IDC table is available.

Related issues:

fedorov commented 5 months ago

@jcfr everything works as expected - thank you for your efforts!!!