Python package providing the index to query and download data hosted by the NCI Imaging Data Commons
1
stars
4
forks
source link
feat: Revisit versioning and streamline maintenance adding "bump" and "tag_release" nox sessions #13
Closed
jcfr closed 8 months ago
Revisit versioning by hard-coding the IDC index version as the major version specified in the
pyproject.toml
file.Add nox sessions:
bump
: for updating the sources by querying the latest IDC index versiontag_release
: for displaying instructions for tagging a releaseAdapted 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: