You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maybe a good way to go would be to use both, and use bump2version to just set the git tag correctly, with setuptools_scm handling setting the Python package version from the git tag?
We should test this. In theory this should allow for the nice bits of bump2version such as being able to set the version semantically rather than numerically, but without the complex setup to define what gets updated and where.
This should also hopefully future proof us a bit to changes in python packaging.
cc @SainsburyWellcomeCentre/neuroinformatics-unit
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
An excellent idea from @dstansby:
We should test this. In theory this should allow for the nice bits of
bump2version
such as being able to set the version semantically rather than numerically, but without the complex setup to define what gets updated and where.This should also hopefully future proof us a bit to changes in python packaging.
cc @SainsburyWellcomeCentre/neuroinformatics-unit
The text was updated successfully, but these errors were encountered: